Skip to content

Commit

Permalink
Update datasets-rest-api.rst
Browse files Browse the repository at this point in the history
  • Loading branch information
jayantshekhar committed Jan 2, 2018
1 parent 4837c17 commit 8824cbd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/developer-guide/rest-api/datasets-rest-api.rst
Original file line number Diff line number Diff line change
Expand Up @@ -124,9 +124,9 @@ Get the list of files/directories in the given path

Gets the list of files in the given path::

path:data/transaction.csv
path:data
curl -X GET --header 'Content-Type: application/json' --header 'Accept: application/json' -d 'data/transaction.csv' http://localhost:8080/filesInPathJSON -b /tmp/cookies.txt
curl -X GET --header 'Content-Type: application/json' --header 'Accept: application/json' -d 'data' http://localhost:8080/filesInPathJSON -b /tmp/cookies.txt

Get Dataset Count
----------------------
Expand Down

0 comments on commit 8824cbd

Please sign in to comment.