UNPKG

@adobe/pdfservices-node-sdk

Version:

The Adobe PDF Services Node.js SDK provides APIs for creating, combining, exporting and manipulating PDFs.

7 lines (6 loc) 110 B
export declare enum HttpMethod { GET = "get", POST = "post", PUT = "put", DELETE = "delete" }