Try to fetch some resources
Try to fetch some api users resources using this url resource provider to test the API.

API Resources & Routes
Checkout the following API resources to sample out your project and fetch resources.
- /resources/texts
- /resources/texts/:id
- /resources/users
- /resources/users/:id
- /resources/photos
- /resources/photos/:id
- /resources/posts
- /resources/posts/:id
Warning!
Fetching json resources from this api using the http/https get method and use it in your projects for testing is allowed and also other http/https methods like put, delete, and patch are also supported by this api but the only thing is that as this api provides sampling json data which is fake data, there wont be any resources updated, deleted or created and saved to the databases you make from your projects while testing.