We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
% curl -u USERNAME:PASSWORD --data 'username=USERNAME&password=PASSWORD' 'http://IP:PORT/_authenticate'
% curl -u USERNAME:PASSWORD -X GET 'IP:PORT/opensyllabus/opensyllabus/_find'
Optional Arguments:
Example: To return three documents: % curl -u USERNAME:PASSWORD -X GET 'IP:PORT/opensyllabus/opensyllabus/_find?batch_size=3'
% curl -u USERNAME:PASSWORD -X GET 'IP:PORT/opensyllabus/opensyllabus/_find?batch_size=3'
Additional explanation and examples at sleepy mongoose docs, and a good tutorial here.