You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 23, 2021. It is now read-only.
* Pushed by Travis CI from connect-api-specification. Commit: ceb6d9c80f8e37813aa2b034b4756001f7e58852
* Pushed by Travis CI from connect-api-specification. Commit: cf43840c4589a7b7de99cdaf91dd226fa67c22a4
* Pushed by Travis CI from connect-api-specification. Commit: 3c8271912b5af9c242f3469af3c90f0e772e4293
* Pushed by Travis CI from connect-api-specification. Commit: 48fd7880f0d249d63ca8759f2e243b92ab528f70
* add tests
* Pushed by Travis CI from connect-api-specification. Commit: 4e5125bbe36b2ec4fcf808fe6e106a75d818561d
* Add location API test.
* Pushed by Travis CI from connect-api-specification. Commit: 051f95877b2750fb1808f8a988135b11150b93aa
* Pushed by Travis CI from connect-api-specification. Commit: 08196a58d8e9d353b7438cf8f6b662a8bafaa94b
* Pushed by Travis CI from connect-api-specification. Commit: 9975b42234ced0699e71ddd4b5da703050c4cb31
* From connect-api-specification: Feature/oauth security definitions (#40)
* Add OAuth security definitions.
* [Ruby] Add an extra line break before the infoUrl.
* [Python] Add Authorization section to the README template.
* [CSharp] Add Authorization section to README template.
* Fix the authorization url in OAuth definition.
* Unescape the auhtorizationUrl in README.
-**MERCHANT_PROFILE_READ**: GET endpoints related to a merchant's business and location entities. Almost all Connect API applications need this permission in order to obtain a merchant's location IDs
193
+
-**PAYMENTS_READ**: GET endpoints related to transactions and refunds
194
+
-**PAYMENTS_WRITE**: POST, PUT, and DELETE endpoints related to transactions and refunds. E-commerce applications must request this permission
195
+
-**CUSTOMERS_READ**: GET endpoints related to customer management
196
+
-**CUSTOMERS_WRITE**: POST, PUT, and DELETE endpoints related to customer management
197
+
-**SETTLEMENTS_READ**: GET endpoints related to settlements (deposits)
198
+
-**BANK_ACCOUNTS_READ**: GET endpoints related to a merchant's bank accounts
199
+
-**ITEMS_READ**: GET endpoints related to a merchant's item library
200
+
-**ITEMS_WRITE**: POST, PUT, and DELETE endpoints related to a merchant's item library
201
+
-**ORDERS_READ**: GET endpoints related to a merchant's Square online store.
202
+
-**ORDERS_WRITE**: POST, PUT, and DELETE endpoints related to a merchant's Square online store
203
+
-**EMPLOYEES_READ**: GET endpoints related to employee management
204
+
-**EMPLOYEES_WRITE**: POST, PUT, and DELETE endpoints related to employee management
205
+
-**TIMECARDS_READ**: GET endpoints related to employee timecards
206
+
-**TIMECARDS_WRITE**: POST, PUT, and DELETE endpoints related to employee timecards
207
+
208
+
183
209
## Contributing
184
210
185
211
Send bug reports, feature requests, and code contributions to the [API
0 commit comments