This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"swagger" : "2.0", | |
"info" : { | |
"version" : "1.0.0", | |
"title" : "LiveSales API", | |
"description" : "For our Square integration with LiveSales, we will need to provide a server-side endpoint to interface with the Beta Square Fulfillment API and to complete transactions." | |
}, | |
"paths" : { | |
"/{citizenAppId}/categories" : { | |
"get" : { |
OlderNewer