UNPKG

square-wrapi

Version:

Wrapper for Square Connect REST API

26 lines 426 B
{ "create": { "method": "POST", "path": "timecards" }, "list": { "method": "GET", "path": "timecards" }, "retrieve": { "method": "GET", "path": "timecards/:timecard_id" }, "update": { "method": "PUT", "path": "timecards/:timecard_id" }, "del": { "method": "DELETE", "path": "timecards/:timecard_id" }, "listEvents": { "method": "GET", "path": "timecards/:timecard_id/events" } }