Skip to content

Commit 2f01325

Browse files
author
Azure DevOps
committed
Auto generated by swagger-codegen-cli
1 parent 73e6971 commit 2f01325

980 files changed

Lines changed: 6406 additions & 7732 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

README.md

Lines changed: 125 additions & 132 deletions
Large diffs are not rendered by default.

docs/AppsApi.md

Lines changed: 54 additions & 53 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ All URIs are relative to *https://api.flipdish.co*
44

55
Method | HTTP request | Description
66
------------- | ------------- | -------------
7+
[**appsSetPropertyId**](AppsApi.md#appsSetPropertyId) | **POST** /api/v1.0/apps/{appId}/orgId/{orgId} |
78
[**createApp**](AppsApi.md#createApp) | **POST** /api/v1.0/apps |
89
[**getApp**](AppsApi.md#getApp) | **GET** /api/v1.0/apps/{appId} |
910
[**getAppHostnameStatus**](AppsApi.md#getAppHostnameStatus) | **GET** /api/v1.0/apps/{appId}/hostnamestatus |
@@ -21,12 +22,64 @@ Method | HTTP request | Description
2122
[**setAppStoreName**](AppsApi.md#setAppStoreName) | **POST** /api/v1.0/apps/{appId}/appstorename |
2223
[**setCompliance**](AppsApi.md#setCompliance) | **POST** /api/v1.0/apps/{appId}/compliance |
2324
[**setPanaceaVanityUrl**](AppsApi.md#setPanaceaVanityUrl) | **POST** /api/v1.0/apps/{appId}/panacea/url |
24-
[**setPropertyId**](AppsApi.md#setPropertyId) | **POST** /api/v1.0/apps/{appId}/orgId/{orgId} |
2525
[**setThirdPartyIntegrations**](AppsApi.md#setThirdPartyIntegrations) | **POST** /api/v1.0/apps/{appId}/third-party-integrations |
2626
[**toggleNextGenWeb**](AppsApi.md#toggleNextGenWeb) | **POST** /api/v1.0/apps/{appId}/nextgenweb |
2727
[**uploadAppLogo**](AppsApi.md#uploadAppLogo) | **POST** /api/v1.0/apps/{appId}/logo |
2828

2929

30+
<a name="appsSetPropertyId"></a>
31+
# **appsSetPropertyId**
32+
> Object appsSetPropertyId(appId, orgId)
33+
34+
35+
36+
### Example
37+
```java
38+
// Import classes:
39+
//import com.flipdish.apiclient.ApiClient;
40+
//import com.flipdish.apiclient.ApiException;
41+
//import com.flipdish.apiclient.Configuration;
42+
//import com.flipdish.apiclient.auth.*;
43+
//import com.flipdish.apiclient.api.AppsApi;
44+
45+
ApiClient defaultClient = Configuration.getDefaultApiClient();
46+
47+
// Configure OAuth2 access token for authorization: oauth2
48+
OAuth oauth2 = (OAuth) defaultClient.getAuthentication("oauth2");
49+
oauth2.setAccessToken("YOUR ACCESS TOKEN");
50+
51+
AppsApi apiInstance = new AppsApi();
52+
String appId = "appId_example"; // String |
53+
String orgId = "orgId_example"; // String |
54+
try {
55+
Object result = apiInstance.appsSetPropertyId(appId, orgId);
56+
System.out.println(result);
57+
} catch (ApiException e) {
58+
System.err.println("Exception when calling AppsApi#appsSetPropertyId");
59+
e.printStackTrace();
60+
}
61+
```
62+
63+
### Parameters
64+
65+
Name | Type | Description | Notes
66+
------------- | ------------- | ------------- | -------------
67+
**appId** | **String**| |
68+
**orgId** | **String**| |
69+
70+
### Return type
71+
72+
**Object**
73+
74+
### Authorization
75+
76+
[oauth2](../README.md#oauth2)
77+
78+
### HTTP request headers
79+
80+
- **Content-Type**: Not defined
81+
- **Accept**: application/json, text/json, application/xml, text/xml
82+
3083
<a name="createApp"></a>
3184
# **createApp**
3285
> RestApiStringResult createApp(parameters)
@@ -907,58 +960,6 @@ Name | Type | Description | Notes
907960

908961
[oauth2](../README.md#oauth2)
909962

910-
### HTTP request headers
911-
912-
- **Content-Type**: Not defined
913-
- **Accept**: application/json, text/json, application/xml, text/xml
914-
915-
<a name="setPropertyId"></a>
916-
# **setPropertyId**
917-
> setPropertyId(appId, orgId)
918-
919-
920-
921-
### Example
922-
```java
923-
// Import classes:
924-
//import com.flipdish.apiclient.ApiClient;
925-
//import com.flipdish.apiclient.ApiException;
926-
//import com.flipdish.apiclient.Configuration;
927-
//import com.flipdish.apiclient.auth.*;
928-
//import com.flipdish.apiclient.api.AppsApi;
929-
930-
ApiClient defaultClient = Configuration.getDefaultApiClient();
931-
932-
// Configure OAuth2 access token for authorization: oauth2
933-
OAuth oauth2 = (OAuth) defaultClient.getAuthentication("oauth2");
934-
oauth2.setAccessToken("YOUR ACCESS TOKEN");
935-
936-
AppsApi apiInstance = new AppsApi();
937-
String appId = "appId_example"; // String |
938-
String orgId = "orgId_example"; // String |
939-
try {
940-
apiInstance.setPropertyId(appId, orgId);
941-
} catch (ApiException e) {
942-
System.err.println("Exception when calling AppsApi#setPropertyId");
943-
e.printStackTrace();
944-
}
945-
```
946-
947-
### Parameters
948-
949-
Name | Type | Description | Notes
950-
------------- | ------------- | ------------- | -------------
951-
**appId** | **String**| |
952-
**orgId** | **String**| |
953-
954-
### Return type
955-
956-
null (empty response body)
957-
958-
### Authorization
959-
960-
[oauth2](../README.md#oauth2)
961-
962963
### HTTP request headers
963964

964965
- **Content-Type**: Not defined

docs/CardReadersApi.md

Lines changed: 27 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@ Method | HTTP request | Description
66
------------- | ------------- | -------------
77
[**cancelCurrentlyInitiatedBluetoothDeviceUpdate**](CardReadersApi.md#cancelCurrentlyInitiatedBluetoothDeviceUpdate) | **POST** /api/v1.0/{appId}/cardreaders/kiosk/{deviceId}/bluetooth/{terminalType}/cancelUpdate |
88
[**cancelReaderAction**](CardReadersApi.md#cancelReaderAction) | **POST** /api/v1.0/{appId}/payments/terminals/stripe/{readerId}/cancel_action |
9+
[**cardReadersGetReader**](CardReadersApi.md#cardReadersGetReader) | **GET** /api/v1.0/{appId}/payments/terminals/stripe/{readerId} |
910
[**generateStripeTerminalLocation**](CardReadersApi.md#generateStripeTerminalLocation) | **POST** /api/v1.0/{appId}/stripeterminal/location |
1011
[**getBluetoothTerminalStatus**](CardReadersApi.md#getBluetoothTerminalStatus) | **GET** /api/v1.0/{appId}/cardreaders/kiosk/{deviceId}/bluetooth/status |
11-
[**getReader**](CardReadersApi.md#getReader) | **GET** /api/v1.0/{appId}/payments/terminals/stripe/{readerId} |
1212
[**getStripeConnectionToken**](CardReadersApi.md#getStripeConnectionToken) | **GET** /api/v1.0/{appId}/stripeterminal/connectiontoken |
1313
[**initiateBluetoothTerminalDeviceUpdateCheck**](CardReadersApi.md#initiateBluetoothTerminalDeviceUpdateCheck) | **POST** /api/v1.0/{appId}/cardreaders/kiosk/{deviceId}/bluetooth/{terminalType}/checkForUpdate |
1414
[**initiateKioskBluetoothPairingMode**](CardReadersApi.md#initiateKioskBluetoothPairingMode) | **POST** /api/v1.0/{appId}/cardreaders/kiosk/{deviceId}/bluetooth/{terminalType}/pair |
@@ -126,9 +126,9 @@ Name | Type | Description | Notes
126126
- **Content-Type**: Not defined
127127
- **Accept**: application/json, text/json, application/xml, text/xml
128128

129-
<a name="generateStripeTerminalLocation"></a>
130-
# **generateStripeTerminalLocation**
131-
> RestApiResultStripeTerminalLocation generateStripeTerminalLocation(geoPointRequest, appId)
129+
<a name="cardReadersGetReader"></a>
130+
# **cardReadersGetReader**
131+
> RestApiResultCardReader cardReadersGetReader(readerId, appId)
132132
133133

134134

@@ -148,13 +148,13 @@ OAuth oauth2 = (OAuth) defaultClient.getAuthentication("oauth2");
148148
oauth2.setAccessToken("YOUR ACCESS TOKEN");
149149

150150
CardReadersApi apiInstance = new CardReadersApi();
151-
GeoPointRequest geoPointRequest = new GeoPointRequest(); // GeoPointRequest |
151+
String readerId = "readerId_example"; // String |
152152
String appId = "appId_example"; // String |
153153
try {
154-
RestApiResultStripeTerminalLocation result = apiInstance.generateStripeTerminalLocation(geoPointRequest, appId);
154+
RestApiResultCardReader result = apiInstance.cardReadersGetReader(readerId, appId);
155155
System.out.println(result);
156156
} catch (ApiException e) {
157-
System.err.println("Exception when calling CardReadersApi#generateStripeTerminalLocation");
157+
System.err.println("Exception when calling CardReadersApi#cardReadersGetReader");
158158
e.printStackTrace();
159159
}
160160
```
@@ -163,25 +163,25 @@ try {
163163

164164
Name | Type | Description | Notes
165165
------------- | ------------- | ------------- | -------------
166-
**geoPointRequest** | [**GeoPointRequest**](GeoPointRequest.md)| |
166+
**readerId** | **String**| |
167167
**appId** | **String**| |
168168

169169
### Return type
170170

171-
[**RestApiResultStripeTerminalLocation**](RestApiResultStripeTerminalLocation.md)
171+
[**RestApiResultCardReader**](RestApiResultCardReader.md)
172172

173173
### Authorization
174174

175175
[oauth2](../README.md#oauth2)
176176

177177
### HTTP request headers
178178

179-
- **Content-Type**: application/json, text/json, application/xml, text/xml, application/x-www-form-urlencoded
179+
- **Content-Type**: Not defined
180180
- **Accept**: application/json, text/json, application/xml, text/xml
181181

182-
<a name="getBluetoothTerminalStatus"></a>
183-
# **getBluetoothTerminalStatus**
184-
> RestApiResultBluetoothTerminalStatus getBluetoothTerminalStatus(appId, deviceId)
182+
<a name="generateStripeTerminalLocation"></a>
183+
# **generateStripeTerminalLocation**
184+
> RestApiResultStripeTerminalLocation generateStripeTerminalLocation(geoPointRequest, appId)
185185
186186

187187

@@ -201,13 +201,13 @@ OAuth oauth2 = (OAuth) defaultClient.getAuthentication("oauth2");
201201
oauth2.setAccessToken("YOUR ACCESS TOKEN");
202202

203203
CardReadersApi apiInstance = new CardReadersApi();
204+
GeoPointRequest geoPointRequest = new GeoPointRequest(); // GeoPointRequest |
204205
String appId = "appId_example"; // String |
205-
String deviceId = "deviceId_example"; // String |
206206
try {
207-
RestApiResultBluetoothTerminalStatus result = apiInstance.getBluetoothTerminalStatus(appId, deviceId);
207+
RestApiResultStripeTerminalLocation result = apiInstance.generateStripeTerminalLocation(geoPointRequest, appId);
208208
System.out.println(result);
209209
} catch (ApiException e) {
210-
System.err.println("Exception when calling CardReadersApi#getBluetoothTerminalStatus");
210+
System.err.println("Exception when calling CardReadersApi#generateStripeTerminalLocation");
211211
e.printStackTrace();
212212
}
213213
```
@@ -216,25 +216,25 @@ try {
216216

217217
Name | Type | Description | Notes
218218
------------- | ------------- | ------------- | -------------
219+
**geoPointRequest** | [**GeoPointRequest**](GeoPointRequest.md)| |
219220
**appId** | **String**| |
220-
**deviceId** | **String**| |
221221

222222
### Return type
223223

224-
[**RestApiResultBluetoothTerminalStatus**](RestApiResultBluetoothTerminalStatus.md)
224+
[**RestApiResultStripeTerminalLocation**](RestApiResultStripeTerminalLocation.md)
225225

226226
### Authorization
227227

228228
[oauth2](../README.md#oauth2)
229229

230230
### HTTP request headers
231231

232-
- **Content-Type**: Not defined
232+
- **Content-Type**: application/json, text/json, application/xml, text/xml, application/x-www-form-urlencoded
233233
- **Accept**: application/json, text/json, application/xml, text/xml
234234

235-
<a name="getReader"></a>
236-
# **getReader**
237-
> RestApiResultCardReader getReader(readerId, appId)
235+
<a name="getBluetoothTerminalStatus"></a>
236+
# **getBluetoothTerminalStatus**
237+
> RestApiResultBluetoothTerminalStatus getBluetoothTerminalStatus(appId, deviceId)
238238
239239

240240

@@ -254,13 +254,13 @@ OAuth oauth2 = (OAuth) defaultClient.getAuthentication("oauth2");
254254
oauth2.setAccessToken("YOUR ACCESS TOKEN");
255255

256256
CardReadersApi apiInstance = new CardReadersApi();
257-
String readerId = "readerId_example"; // String |
258257
String appId = "appId_example"; // String |
258+
String deviceId = "deviceId_example"; // String |
259259
try {
260-
RestApiResultCardReader result = apiInstance.getReader(readerId, appId);
260+
RestApiResultBluetoothTerminalStatus result = apiInstance.getBluetoothTerminalStatus(appId, deviceId);
261261
System.out.println(result);
262262
} catch (ApiException e) {
263-
System.err.println("Exception when calling CardReadersApi#getReader");
263+
System.err.println("Exception when calling CardReadersApi#getBluetoothTerminalStatus");
264264
e.printStackTrace();
265265
}
266266
```
@@ -269,12 +269,12 @@ try {
269269

270270
Name | Type | Description | Notes
271271
------------- | ------------- | ------------- | -------------
272-
**readerId** | **String**| |
273272
**appId** | **String**| |
273+
**deviceId** | **String**| |
274274

275275
### Return type
276276

277-
[**RestApiResultCardReader**](RestApiResultCardReader.md)
277+
[**RestApiResultBluetoothTerminalStatus**](RestApiResultBluetoothTerminalStatus.md)
278278

279279
### Authorization
280280

docs/CatalogChangesApi.md

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,16 +4,18 @@ All URIs are relative to *https://api.flipdish.co*
44

55
Method | HTTP request | Description
66
------------- | ------------- | -------------
7-
[**getPendingMenuChanges**](CatalogChangesApi.md#getPendingMenuChanges) | **GET** /api/v1.0/{appId}/menus/catalog-changes |
8-
[**getPendingMenuChangesSummaries**](CatalogChangesApi.md#getPendingMenuChangesSummaries) | **GET** /api/v1.0/{appId}/menus/catalog-changes/summaries |
9-
[**publishPendingMenuChanges**](CatalogChangesApi.md#publishPendingMenuChanges) | **POST** /api/v1.0/{appId}/menus/catalog-changes/publish |
7+
[**getPendingMenuChanges**](CatalogChangesApi.md#getPendingMenuChanges) | **GET** /api/v1.0/{appId}/menus/catalog-changes | Get menu pending changes from Catalog groups and items
8+
[**getPendingMenuChangesSummaries**](CatalogChangesApi.md#getPendingMenuChangesSummaries) | **GET** /api/v1.0/{appId}/menus/catalog-changes/summaries | Get menu pending changes summaries by appId
9+
[**publishPendingMenuChanges**](CatalogChangesApi.md#publishPendingMenuChanges) | **POST** /api/v1.0/{appId}/menus/catalog-changes/publish | Update menus with the pending changes from Catalog groups and items
1010

1111

1212
<a name="getPendingMenuChanges"></a>
1313
# **getPendingMenuChanges**
1414
> RestApiPaginationResultPendingMenuChanges getPendingMenuChanges(appId, menuId, catalogItemId, page, limit)
1515
16+
Get menu pending changes from Catalog groups and items
1617

18+
[BETA - this endpoint is under development, do not use it in your production system]
1719

1820
### Example
1921
```java
@@ -72,7 +74,7 @@ Name | Type | Description | Notes
7274
# **getPendingMenuChangesSummaries**
7375
> RestApiArrayResultPendingMenuChangesSummaries getPendingMenuChangesSummaries(appId)
7476
75-
77+
Get menu pending changes summaries by appId
7678

7779
### Example
7880
```java
@@ -123,7 +125,9 @@ Name | Type | Description | Notes
123125
# **publishPendingMenuChanges**
124126
> publishPendingMenuChanges(appId, publishMenuChanges)
125127
128+
Update menus with the pending changes from Catalog groups and items
126129

130+
[BETA - this endpoint is under development, do not use it in your production system]
127131

128132
### Example
129133
```java

0 commit comments

Comments
 (0)