Skip to content

Commit a370f86

Browse files
author
Cerlin
committed
Doc update
1 parent 40db424 commit a370f86

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ $app_auth_instance = $box_sdk->getAppAuthClient($app_auth_info);
5151

5252
```
5353
1. getFolderInfo($folder_id); // Defaults to root folder (id = 0)
54-
2. getFolderItems($folder_id); // Defaults to root folder (id = 0)
54+
2. getFolderItems($folder_id = 0, $fields = [], $limit = 100, $offset = 0); // Defaults to root folder (id = 0)
5555
3. create($folder_name, $parent_folder_id = 0)
5656
4. delete($folder_id, $recursive = false, $e_tag = null)
5757
5. getTrashedItems()
@@ -81,4 +81,4 @@ $app_auth_instance = $box_sdk->getAppAuthClient($app_auth_info);
8181
##### NOTE:
8282

8383
1. All APIs return `\GuzzleHttp\Psr7\Response` (to get the body use `$response->getBody()->getContents()`. Refer [Guzzle HTTP Messages](http://docs.guzzlephp.org/en/latest/psr7.html#responses)) except `getEmbedUrl($file_id)` which returns string.
84-
2. Guzzle related exceptions and its documentation can be found in [Guzzle Docs](http://docs.guzzlephp.org/en/latest/quickstart.html#exceptions)
84+
2. Guzzle related exceptions and its documentation can be found in [Guzzle Docs](http://docs.guzzlephp.org/en/latest/quickstart.html#exceptions)

0 commit comments

Comments
 (0)