Category: Business, Data, github

A unified API is a single place to get all your data.

The benefit of this for consumers is that there is only one endpoint to integrate with, and get all the data they need from a single place.

For this article, we are only going to consider the API portion of this app.

For Dev.to's REST API, we are going to use "Actions" and for Github's GraphQL API, we are going to use "Remote Schemas" in Hasura Cloud.

Related Articles