UNPKG

fido-nordigen-node

Version:

Nordigen fido-rent (modified from official) API client for Node.js

7 lines (6 loc) 132 B
export class HttpMethod { static GET = "GET"; static POST = "POST"; static PUT = "PUT"; static DELETE = "DELETE"; }