@@ -33,7 +33,7 @@ Install the client dynamically by adding a dependency to the POM for your projec
3333<dependency>
3434 <groupId>com.squareup</groupId>
3535 <artifactId>square</artifactId>
36- <version>5.0 .0.20200226 </version>
36+ <version>5.3 .0.20200528 </version>
3737</dependency>
3838```
3939
@@ -42,43 +42,58 @@ Install the client dynamically by adding a dependency to the POM for your projec
4242Install the client by adding the following dependency to the build file for your project:
4343
4444```
45- implementation "com.squareup:square:5.0 .0.20200226 "
45+ implementation "com.squareup:square:5.3 .0.20200528 "
4646```
4747
48-
4948## API documentation
5049
51- ### Take Payments
52-
50+ ### Payments
5351* [ Payments]
52+ * [ Refunds]
53+ * [ Disputes]
5454* [ Checkout]
55+ * [ Apple Pay]
56+ * [ Terminal]
5557
56- ### More Square APIs
58+ ### Orders
59+ * [ Orders]
5760
61+ ### Items
5862* [ Catalog]
63+ * [ Inventory]
64+
65+ ### Customers
5966* [ Customers]
67+ * [ Customer Groups]
68+ * [ Customer Segments]
69+
70+ ### Loyalty
71+ * [ Loyalty]
72+
73+ ### Business
74+ * [ Merchants]
75+ * [ Locations]
76+ * [ Devices]
77+
78+ ### Team
6079* [ Employees]
61- * [ Inventory]
6280* [ Labor]
63- * [ Locations]
64- * [ Merchants]
65- * [ Orders]
66- * [ Apple Pay]
67- * [ Refunds]
68- * [ Reporting]
81+ * [ Cash Drawers]
6982
70- ### Authorization APIs
83+ ### Financials
84+ * [ Bank Accounts]
7185
86+ ### Authorization APIs
7287* [ Mobile Authorization]
7388* [ O Auth]
7489
7590### Deprecated APIs
76-
7791* [ V1 Locations]
7892* [ V1 Employees]
7993* [ V1 Transactions]
8094* [ V1 Items]
8195* [ Transactions]
96+ * [ Reporting]
8297
8398## Usage
8499
@@ -280,13 +295,21 @@ You can also use the Square API to create applications or services that work wit
280295[ Square API ] : https://squareup.com/developers
281296[ sign up for a developer account ] : https://squareup.com/signup?v=developers
282297[ Client ] : doc/client.md
298+ [ Devices ] : doc/devices.md
299+ [ Disputes ] : doc/disputes.md
300+ [ Terminal ] : doc/terminal.md
301+ [ Cash Drawers ] : doc/cash-drawers.md
302+ [ Customer Groups ] : doc/customer-groups.md
303+ [ Customer Segments ] : doc/customer-segments.md
304+ [ Bank Accounts ] : doc/bank-accounts
283305[ Payments ] : doc/payments.md
284306[ Checkout ] : doc/checkout.md
285307[ Catalog ] : doc/catalog.md
286308[ Customers ] : doc/customers.md
287309[ Employees ] : doc/employees.md
288310[ Inventory ] : doc/inventory.md
289311[ Labor ] : doc/labor.md
312+ [ Loyalty ] : doc/loyalty.md
290313[ Locations ] : doc/locations.md
291314[ Merchants ] : doc/merchants.md
292315[ Orders ] : doc/orders.md
@@ -299,4 +322,4 @@ You can also use the Square API to create applications or services that work wit
299322[ V1 Employees ] : doc/v1-employees.md
300323[ V1 Transactions ] : doc/v1-transactions.md
301324[ V1 Items ] : doc/v1-items.md
302- [ Transactions ] : doc/transactions.md
325+ [ Transactions ] : doc/transactions.md
0 commit comments