UNPKG

square-wrapi

Version:

Wrapper for Square Connect REST API

18 lines 243 B
{ "create": { "method": "POST", "path": "pages" }, "list": { "method": "GET", "path": "pages" }, "update": { "method": "PUT", "path": "pages/:page_id" }, "del": { "method": "DELETE", "path": "pages/:page_id" } }