@@ -228,7 +228,8 @@ function DSHttpAdapterProvider() {
228
228
* @param {string|number } id Primary key of the entity to update.
229
229
* @param {object= } options Optional configuration. Also passed along to `$http([config])`. Properties:
230
230
*
231
- * - `{string=}` - `baseUrl` - Base url to use.
231
+ * - `{string=}` - `baseUrl` - Override the default base url.
232
+ * - `{string=}` - `endpoint` - Override the default endpoint.
232
233
* - `{object=}` - `params` - Additional query string parameters to add to the url.
233
234
*
234
235
* @returns {Promise } Promise.
@@ -259,7 +260,8 @@ function DSHttpAdapterProvider() {
259
260
* @param {object= } params Search query parameters. See the [query guide](/documentation/guide/queries/index).
260
261
* @param {object= } options Optional configuration. Also passed along to `$http([config])`. Properties:
261
262
*
262
- * - `{string=}` - `baseUrl` - Base url to use.
263
+ * - `{string=}` - `baseUrl` - Override the default base url.
264
+ * - `{string=}` - `endpoint` - Override the default endpoint.
263
265
* - `{object=}` - `params` - Additional query string parameters to add to the url.
264
266
*
265
267
* @returns {Promise } Promise.
@@ -295,7 +297,8 @@ function DSHttpAdapterProvider() {
295
297
* @param {object } attrs The attribute payload.
296
298
* @param {object= } options Optional configuration. Also passed along to `$http([config])`. Properties:
297
299
*
298
- * - `{string=}` - `baseUrl` - Base url to use.
300
+ * - `{string=}` - `baseUrl` - Override the default base url.
301
+ * - `{string=}` - `endpoint` - Override the default endpoint.
299
302
* - `{object=}` - `params` - Additional query string parameters to add to the url.
300
303
*
301
304
* @returns {Promise } Promise.
@@ -328,7 +331,8 @@ function DSHttpAdapterProvider() {
328
331
* @param {object } attrs The attribute payload.
329
332
* @param {object= } options Optional configuration. Also passed along to `$http([config])`. Properties:
330
333
*
331
- * - `{string=}` - `baseUrl` - Base url to use.
334
+ * - `{string=}` - `baseUrl` - Override the default base url.
335
+ * - `{string=}` - `endpoint` - Override the default endpoint.
332
336
* - `{object=}` - `params` - Additional query string parameters to add to the url.
333
337
*
334
338
* @returns {Promise } Promise.
@@ -361,7 +365,8 @@ function DSHttpAdapterProvider() {
361
365
* @param {object= } params Search query parameters. See the [query guide](/documentation/guide/queries/index).
362
366
* @param {object= } options Optional configuration. Also passed along to `$http([config])`. Properties:
363
367
*
364
- * - `{string=}` - `baseUrl` - Base url to use.
368
+ * - `{string=}` - `baseUrl` - Override the default base url.
369
+ * - `{string=}` - `endpoint` - Override the default endpoint.
365
370
* - `{object=}` - `params` - Additional query string parameters to add to the url.
366
371
*
367
372
* @returns {Promise } Promise.
@@ -398,7 +403,8 @@ function DSHttpAdapterProvider() {
398
403
* @param {string|number } id Primary key of the entity to update.
399
404
* @param {object= } options Optional configuration. Also passed along to `$http([config])`. Properties:
400
405
*
401
- * - `{string=}` - `baseUrl` - Base url to use.
406
+ * - `{string=}` - `baseUrl` - Override the default base url.
407
+ * - `{string=}` - `endpoint` - Override the default endpoint.
402
408
* - `{object=}` - `params` - Additional query string parameters to add to the url.
403
409
*
404
410
* @returns {Promise } Promise.
@@ -429,7 +435,8 @@ function DSHttpAdapterProvider() {
429
435
* @param {object= } params Search query parameters. See the [query guide](/documentation/guide/queries/index).
430
436
* @param {object= } options Optional configuration. Also passed along to `$http([config])`. Properties:
431
437
*
432
- * - `{string=}` - `baseUrl` - Base url to use.
438
+ * - `{string=}` - `baseUrl` - Override the default base url.
439
+ * - `{string=}` - `endpoint` - Override the default endpoint.
433
440
* - `{object=}` - `params` - Additional query string parameters to add to the url.
434
441
*
435
442
* @returns {Promise } Promise.
0 commit comments