Skip to content

Commit b81c9e3

Browse files
committed
Added constant for /simple/all request
Constant for ArangeoDb request /_api/simple/all
1 parent 57a4185 commit b81c9e3

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

lib/triagens/ArangoDb/Urls.php

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -117,6 +117,11 @@ abstract class Urls
117117
*/
118118
const URL_RANGE = '/_api/simple/range';
119119

120+
/**
121+
* base URL part for select-all
122+
*/
123+
const URL_ALL = '/_api/simple/all';
124+
120125
/**
121126
* base URL part for select-range
122127
*/

0 commit comments

Comments
 (0)