UNPKG

square-wrapi

Version:

Wrapper for Square Connect REST API

18 lines 271 B
{ "create": { "method": "POST", "path": "categories" }, "list": { "method": "GET", "path": "categories" }, "update": { "method": "PUT", "path": "categories/:category_id" }, "del": { "method": "DELETE", "path": "categories/:category_id" } }