UNPKG

do-wrapper

Version:

Node.js Wrapper for Digital Ocean API v2

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