UNPKG

do-wrapper

Version:

Node.js Wrapper for Digital Ocean API v2

8 lines (7 loc) 132 B
export declare enum HttpMethods { GET = "GET", POST = "POST", PUT = "PUT", PATCH = "PATCH", DELETE = "DELETE" }