The API that powers Define the Cloud homepage.
The URL https://clouddictionary.azurewebsites.net/api/GetAllDefinitions shows you 10 definitions per page by default. However, you can use the pageSize
URL parameter to increase the number of returned results, with a maximum of 50 per page.
For example:
I've also implemented continuation tokens, which are returned with the data. To access subsequent pages of results, pass the token as the continuationToken
URL parameter. This will continue the results from where the last page left off. You'll need to implement your own logic to iterate over all the pages, or as many as you require. Once no more results are available, the continuationToken
will be null.
Contributions, issues and feature requests are welcome.
Feel free to check issues page if you want to contribute.
This project is MIT licensed.