Hasura Data API + Postman collection

Aman Kumar Singh
1 min readAug 4, 2017

--

In the third week, our tasks were to create data model and test the Hasura data APIs using postman, which is a tool intended to make API development better by providing options to test them. Hasura has their own Data API which we will be using. Through this API, we can access the database on our Hasura platform and perform various operations on it using predefined JSON queries as declared in their documentation here.

Testing the Hasura APIs

To test the API, we have to perform basic CRUD queries on the table created for testing purpose. So, here’s how we tested the Hasura data APIs.

Postman is a great tool to test these APIs. It was very good to test these APIs. Now we can freely start to work on the backend of the app.

See you guys in the next blog.

thanks guys,

Next blog

--

--