UNPKG

square-wrapi

Version:

Wrapper for Square Connect REST API

18 lines 245 B
{ "create": { "method": "POST", "path": "roles" }, "list": { "method": "GET", "path": "roles" }, "retrieve": { "method": "GET", "path": "roles/:role_id" }, "update": { "method": "PUT", "path": "roles/:role_id" } }