Skip to content

Commit b4d5469

Browse files
committed
Release v1.0.22
* Introducing **doctor.profile_url** scope for **getDoctor** and **getDoctors** endpoints
1 parent f717317 commit b4d5469

103 files changed

Lines changed: 242 additions & 215 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.

docs/Api/APINotificationCallbacksApi.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ Pulling Notifications - You can pull multiple notifications via this endpoint. T
2121
<?php
2222
require_once(__DIR__ . '/vendor/autoload.php');
2323

24-
// Configure OAuth2 access token for authorization: OAuth 2.0
24+
// Configure OAuth2 access token for authorization: oauth2
2525
$config = DocPlanner\Client\Configuration::getDefaultConfiguration()->setAccessToken('YOUR_ACCESS_TOKEN');
2626

2727
$apiInstance = new DocPlanner\Client\Api\APINotificationCallbacksApi(
@@ -53,7 +53,7 @@ Name | Type | Description | Notes
5353

5454
### Authorization
5555

56-
[OAuth 2.0](../../README.md#OAuth 2.0)
56+
[oauth2](../../README.md#oauth2)
5757

5858
### HTTP request headers
5959

@@ -74,7 +74,7 @@ Pulling Notifications - You can pull notifications via this endpoint. This page
7474
<?php
7575
require_once(__DIR__ . '/vendor/autoload.php');
7676

77-
// Configure OAuth2 access token for authorization: OAuth 2.0
77+
// Configure OAuth2 access token for authorization: oauth2
7878
$config = DocPlanner\Client\Configuration::getDefaultConfiguration()->setAccessToken('YOUR_ACCESS_TOKEN');
7979

8080
$apiInstance = new DocPlanner\Client\Api\APINotificationCallbacksApi(
@@ -102,7 +102,7 @@ This endpoint does not need any parameter.
102102

103103
### Authorization
104104

105-
[OAuth 2.0](../../README.md#OAuth 2.0)
105+
[oauth2](../../README.md#oauth2)
106106

107107
### HTTP request headers
108108

@@ -167,7 +167,7 @@ Action allowing to trigger re-dispatching all the notifications that were not pr
167167
<?php
168168
require_once(__DIR__ . '/vendor/autoload.php');
169169

170-
// Configure OAuth2 access token for authorization: OAuth 2.0
170+
// Configure OAuth2 access token for authorization: oauth2
171171
$config = DocPlanner\Client\Configuration::getDefaultConfiguration()->setAccessToken('YOUR_ACCESS_TOKEN');
172172

173173
$apiInstance = new DocPlanner\Client\Api\APINotificationCallbacksApi(
@@ -194,7 +194,7 @@ void (empty response body)
194194

195195
### Authorization
196196

197-
[OAuth 2.0](../../README.md#OAuth 2.0)
197+
[oauth2](../../README.md#oauth2)
198198

199199
### HTTP request headers
200200

docs/Api/AddressesApi.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ Get a single address of a doctor Extensions: * `address.online_only` - with thi
1919
<?php
2020
require_once(__DIR__ . '/vendor/autoload.php');
2121

22-
// Configure OAuth2 access token for authorization: OAuth 2.0
22+
// Configure OAuth2 access token for authorization: oauth2
2323
$config = DocPlanner\Client\Configuration::getDefaultConfiguration()->setAccessToken('YOUR_ACCESS_TOKEN');
2424

2525
$apiInstance = new DocPlanner\Client\Api\AddressesApi(
@@ -57,7 +57,7 @@ Name | Type | Description | Notes
5757

5858
### Authorization
5959

60-
[OAuth 2.0](../../README.md#OAuth 2.0)
60+
[oauth2](../../README.md#oauth2)
6161

6262
### HTTP request headers
6363

@@ -78,7 +78,7 @@ Get a list of addresses of a doctor Extensions: * `address.online_only` - with
7878
<?php
7979
require_once(__DIR__ . '/vendor/autoload.php');
8080

81-
// Configure OAuth2 access token for authorization: OAuth 2.0
81+
// Configure OAuth2 access token for authorization: oauth2
8282
$config = DocPlanner\Client\Configuration::getDefaultConfiguration()->setAccessToken('YOUR_ACCESS_TOKEN');
8383

8484
$apiInstance = new DocPlanner\Client\Api\AddressesApi(
@@ -114,7 +114,7 @@ Name | Type | Description | Notes
114114

115115
### Authorization
116116

117-
[OAuth 2.0](../../README.md#OAuth 2.0)
117+
[oauth2](../../README.md#oauth2)
118118

119119
### HTTP request headers
120120

docs/Api/BookingsApi.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Cancel the booking
2222
<?php
2323
require_once(__DIR__ . '/vendor/autoload.php');
2424

25-
// Configure OAuth2 access token for authorization: OAuth 2.0
25+
// Configure OAuth2 access token for authorization: oauth2
2626
$config = DocPlanner\Client\Configuration::getDefaultConfiguration()->setAccessToken('YOUR_ACCESS_TOKEN');
2727

2828
$apiInstance = new DocPlanner\Client\Api\BookingsApi(
@@ -61,7 +61,7 @@ void (empty response body)
6161

6262
### Authorization
6363

64-
[OAuth 2.0](../../README.md#OAuth 2.0)
64+
[oauth2](../../README.md#oauth2)
6565

6666
### HTTP request headers
6767

@@ -82,7 +82,7 @@ View specific booking
8282
<?php
8383
require_once(__DIR__ . '/vendor/autoload.php');
8484

85-
// Configure OAuth2 access token for authorization: OAuth 2.0
85+
// Configure OAuth2 access token for authorization: oauth2
8686
$config = DocPlanner\Client\Configuration::getDefaultConfiguration()->setAccessToken('YOUR_ACCESS_TOKEN');
8787

8888
$apiInstance = new DocPlanner\Client\Api\BookingsApi(
@@ -120,7 +120,7 @@ Name | Type | Description | Notes
120120

121121
### Authorization
122122

123-
[OAuth 2.0](../../README.md#OAuth 2.0)
123+
[oauth2](../../README.md#oauth2)
124124

125125
### HTTP request headers
126126

@@ -141,7 +141,7 @@ Get bookings list of a doctor in the facility Extensions: * `booking.patient` -
141141
<?php
142142
require_once(__DIR__ . '/vendor/autoload.php');
143143

144-
// Configure OAuth2 access token for authorization: OAuth 2.0
144+
// Configure OAuth2 access token for authorization: oauth2
145145
$config = DocPlanner\Client\Configuration::getDefaultConfiguration()->setAccessToken('YOUR_ACCESS_TOKEN');
146146

147147
$apiInstance = new DocPlanner\Client\Api\BookingsApi(
@@ -183,7 +183,7 @@ Name | Type | Description | Notes
183183

184184
### Authorization
185185

186-
[OAuth 2.0](../../README.md#OAuth 2.0)
186+
[oauth2](../../README.md#oauth2)
187187

188188
### HTTP request headers
189189

@@ -204,7 +204,7 @@ Move booking for a doctor
204204
<?php
205205
require_once(__DIR__ . '/vendor/autoload.php');
206206

207-
// Configure OAuth2 access token for authorization: OAuth 2.0
207+
// Configure OAuth2 access token for authorization: oauth2
208208
$config = DocPlanner\Client\Configuration::getDefaultConfiguration()->setAccessToken('YOUR_ACCESS_TOKEN');
209209

210210
$apiInstance = new DocPlanner\Client\Api\BookingsApi(
@@ -244,7 +244,7 @@ Name | Type | Description | Notes
244244

245245
### Authorization
246246

247-
[OAuth 2.0](../../README.md#OAuth 2.0)
247+
[oauth2](../../README.md#oauth2)
248248

249249
### HTTP request headers
250250

@@ -265,7 +265,7 @@ After the visit was booked via clinics software, by calling this endpoint you ca
265265
<?php
266266
require_once(__DIR__ . '/vendor/autoload.php');
267267

268-
// Configure OAuth2 access token for authorization: OAuth 2.0
268+
// Configure OAuth2 access token for authorization: oauth2
269269
$config = DocPlanner\Client\Configuration::getDefaultConfiguration()->setAccessToken('YOUR_ACCESS_TOKEN');
270270

271271
$apiInstance = new DocPlanner\Client\Api\BookingsApi(
@@ -300,7 +300,7 @@ void (empty response body)
300300

301301
### Authorization
302302

303-
[OAuth 2.0](../../README.md#OAuth 2.0)
303+
[oauth2](../../README.md#oauth2)
304304

305305
### HTTP request headers
306306

docs/Api/CalendarBreaksApi.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Add a new break to the calendar
2222
<?php
2323
require_once(__DIR__ . '/vendor/autoload.php');
2424

25-
// Configure OAuth2 access token for authorization: OAuth 2.0
25+
// Configure OAuth2 access token for authorization: oauth2
2626
$config = DocPlanner\Client\Configuration::getDefaultConfiguration()->setAccessToken('YOUR_ACCESS_TOKEN');
2727

2828
$apiInstance = new DocPlanner\Client\Api\CalendarBreaksApi(
@@ -59,7 +59,7 @@ void (empty response body)
5959

6060
### Authorization
6161

62-
[OAuth 2.0](../../README.md#OAuth 2.0)
62+
[oauth2](../../README.md#oauth2)
6363

6464
### HTTP request headers
6565

@@ -80,7 +80,7 @@ Delete the calendar break
8080
<?php
8181
require_once(__DIR__ . '/vendor/autoload.php');
8282

83-
// Configure OAuth2 access token for authorization: OAuth 2.0
83+
// Configure OAuth2 access token for authorization: oauth2
8484
$config = DocPlanner\Client\Configuration::getDefaultConfiguration()->setAccessToken('YOUR_ACCESS_TOKEN');
8585

8686
$apiInstance = new DocPlanner\Client\Api\CalendarBreaksApi(
@@ -117,7 +117,7 @@ void (empty response body)
117117

118118
### Authorization
119119

120-
[OAuth 2.0](../../README.md#OAuth 2.0)
120+
[oauth2](../../README.md#oauth2)
121121

122122
### HTTP request headers
123123

@@ -138,7 +138,7 @@ View a specific calendar break
138138
<?php
139139
require_once(__DIR__ . '/vendor/autoload.php');
140140

141-
// Configure OAuth2 access token for authorization: OAuth 2.0
141+
// Configure OAuth2 access token for authorization: oauth2
142142
$config = DocPlanner\Client\Configuration::getDefaultConfiguration()->setAccessToken('YOUR_ACCESS_TOKEN');
143143

144144
$apiInstance = new DocPlanner\Client\Api\CalendarBreaksApi(
@@ -176,7 +176,7 @@ Name | Type | Description | Notes
176176

177177
### Authorization
178178

179-
[OAuth 2.0](../../README.md#OAuth 2.0)
179+
[oauth2](../../README.md#oauth2)
180180

181181
### HTTP request headers
182182

@@ -197,7 +197,7 @@ Get the list of calendar breaks
197197
<?php
198198
require_once(__DIR__ . '/vendor/autoload.php');
199199

200-
// Configure OAuth2 access token for authorization: OAuth 2.0
200+
// Configure OAuth2 access token for authorization: oauth2
201201
$config = DocPlanner\Client\Configuration::getDefaultConfiguration()->setAccessToken('YOUR_ACCESS_TOKEN');
202202

203203
$apiInstance = new DocPlanner\Client\Api\CalendarBreaksApi(
@@ -237,7 +237,7 @@ Name | Type | Description | Notes
237237

238238
### Authorization
239239

240-
[OAuth 2.0](../../README.md#OAuth 2.0)
240+
[oauth2](../../README.md#oauth2)
241241

242242
### HTTP request headers
243243

@@ -258,7 +258,7 @@ Move the calendar break
258258
<?php
259259
require_once(__DIR__ . '/vendor/autoload.php');
260260

261-
// Configure OAuth2 access token for authorization: OAuth 2.0
261+
// Configure OAuth2 access token for authorization: oauth2
262262
$config = DocPlanner\Client\Configuration::getDefaultConfiguration()->setAccessToken('YOUR_ACCESS_TOKEN');
263263

264264
$apiInstance = new DocPlanner\Client\Api\CalendarBreaksApi(
@@ -297,7 +297,7 @@ void (empty response body)
297297

298298
### Authorization
299299

300-
[OAuth 2.0](../../README.md#OAuth 2.0)
300+
[oauth2](../../README.md#oauth2)
301301

302302
### HTTP request headers
303303

docs/Api/CalendarsApi.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ Disable calendar on the address
1919
<?php
2020
require_once(__DIR__ . '/vendor/autoload.php');
2121

22-
// Configure OAuth2 access token for authorization: OAuth 2.0
22+
// Configure OAuth2 access token for authorization: oauth2
2323
$config = DocPlanner\Client\Configuration::getDefaultConfiguration()->setAccessToken('YOUR_ACCESS_TOKEN');
2424

2525
$apiInstance = new DocPlanner\Client\Api\CalendarsApi(
@@ -54,7 +54,7 @@ void (empty response body)
5454

5555
### Authorization
5656

57-
[OAuth 2.0](../../README.md#OAuth 2.0)
57+
[oauth2](../../README.md#oauth2)
5858

5959
### HTTP request headers
6060

@@ -75,7 +75,7 @@ Enable calendar on the address
7575
<?php
7676
require_once(__DIR__ . '/vendor/autoload.php');
7777

78-
// Configure OAuth2 access token for authorization: OAuth 2.0
78+
// Configure OAuth2 access token for authorization: oauth2
7979
$config = DocPlanner\Client\Configuration::getDefaultConfiguration()->setAccessToken('YOUR_ACCESS_TOKEN');
8080

8181
$apiInstance = new DocPlanner\Client\Api\CalendarsApi(
@@ -110,7 +110,7 @@ void (empty response body)
110110

111111
### Authorization
112112

113-
[OAuth 2.0](../../README.md#OAuth 2.0)
113+
[oauth2](../../README.md#oauth2)
114114

115115
### HTTP request headers
116116

docs/Api/DoctorsApi.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -12,14 +12,14 @@ Method | HTTP request | Description
1212
1313

1414

15-
Get a single doctor in a facility Extensions: * `doctor.addresses` - with this parameter in url, query results will return a list of all the doctor addresses in a given facility * `doctor.license_numbers` - with this parameter in url, query results will contain license numbers of doctors * `address.booking_extra_fields` - with this parameter in url, query results will return required parameters requested from patient in the booking flow * `address.online_only` - with this parameter in url, query results will return additional parameter indicating if an address is dedicated to video consultations * `address.visit_payment` - with this parameter in url, query results will return additional parameter indicating when visit payments are enabled
15+
Get a single doctor in a facility Extensions: * `doctor.profile_url` - with this parameter in url, query results will contain urls to doctors profiles * `doctor.addresses` - with this parameter in url, query results will return a list of all the doctor addresses in a given facility * `doctor.license_numbers` - with this parameter in url, query results will contain license numbers of doctors * `address.booking_extra_fields` - with this parameter in url, query results will return required parameters requested from patient in the booking flow * `address.online_only` - with this parameter in url, query results will return additional parameter indicating if an address is dedicated to video consultations * `address.visit_payment` - with this parameter in url, query results will return additional parameter indicating when visit payments are enabled
1616

1717
### Example
1818
```php
1919
<?php
2020
require_once(__DIR__ . '/vendor/autoload.php');
2121

22-
// Configure OAuth2 access token for authorization: OAuth 2.0
22+
// Configure OAuth2 access token for authorization: oauth2
2323
$config = DocPlanner\Client\Configuration::getDefaultConfiguration()->setAccessToken('YOUR_ACCESS_TOKEN');
2424

2525
$apiInstance = new DocPlanner\Client\Api\DoctorsApi(
@@ -55,7 +55,7 @@ Name | Type | Description | Notes
5555

5656
### Authorization
5757

58-
[OAuth 2.0](../../README.md#OAuth 2.0)
58+
[oauth2](../../README.md#oauth2)
5959

6060
### HTTP request headers
6161

@@ -69,14 +69,14 @@ Name | Type | Description | Notes
6969
7070

7171

72-
Get a list of doctors in a facility Extensions: * `doctor.specializations` - with this parameter in url, query results will contain specialization of doctors * `doctor.license_numbers` - with this parameter in url, query results will contain license numbers of doctors
72+
Get a list of doctors in a facility Extensions: * `doctor.profile_url` - with this parameter in url, query results will contain urls to doctors profiles * `doctor.specializations` - with this parameter in url, query results will contain specialization of doctors * `doctor.license_numbers` - with this parameter in url, query results will contain license numbers of doctors
7373

7474
### Example
7575
```php
7676
<?php
7777
require_once(__DIR__ . '/vendor/autoload.php');
7878

79-
// Configure OAuth2 access token for authorization: OAuth 2.0
79+
// Configure OAuth2 access token for authorization: oauth2
8080
$config = DocPlanner\Client\Configuration::getDefaultConfiguration()->setAccessToken('YOUR_ACCESS_TOKEN');
8181

8282
$apiInstance = new DocPlanner\Client\Api\DoctorsApi(
@@ -110,7 +110,7 @@ Name | Type | Description | Notes
110110

111111
### Authorization
112112

113-
[OAuth 2.0](../../README.md#OAuth 2.0)
113+
[oauth2](../../README.md#oauth2)
114114

115115
### HTTP request headers
116116

docs/Api/FacilitiesApi.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ Get a list of facilities
1919
<?php
2020
require_once(__DIR__ . '/vendor/autoload.php');
2121

22-
// Configure OAuth2 access token for authorization: OAuth 2.0
22+
// Configure OAuth2 access token for authorization: oauth2
2323
$config = DocPlanner\Client\Configuration::getDefaultConfiguration()->setAccessToken('YOUR_ACCESS_TOKEN');
2424

2525
$apiInstance = new DocPlanner\Client\Api\FacilitiesApi(
@@ -47,7 +47,7 @@ This endpoint does not need any parameter.
4747

4848
### Authorization
4949

50-
[OAuth 2.0](../../README.md#OAuth 2.0)
50+
[oauth2](../../README.md#oauth2)
5151

5252
### HTTP request headers
5353

@@ -68,7 +68,7 @@ Get a single facility Extensions: * `facility.doctors` - with this parameter in
6868
<?php
6969
require_once(__DIR__ . '/vendor/autoload.php');
7070

71-
// Configure OAuth2 access token for authorization: OAuth 2.0
71+
// Configure OAuth2 access token for authorization: oauth2
7272
$config = DocPlanner\Client\Configuration::getDefaultConfiguration()->setAccessToken('YOUR_ACCESS_TOKEN');
7373

7474
$apiInstance = new DocPlanner\Client\Api\FacilitiesApi(
@@ -102,7 +102,7 @@ Name | Type | Description | Notes
102102

103103
### Authorization
104104

105-
[OAuth 2.0](../../README.md#OAuth 2.0)
105+
[oauth2](../../README.md#oauth2)
106106

107107
### HTTP request headers
108108

0 commit comments

Comments
 (0)