From d4ec202da342ccfc6fe75c1eb5ea6bb2ae11659d Mon Sep 17 00:00:00 2001 From: Franco Reyes <79299724+francojreyes@users.noreply.github.com> Date: Fri, 11 Oct 2024 16:45:26 +1100 Subject: [PATCH] Update README.md --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 3de94e3..ab2bfb3 100644 --- a/README.md +++ b/README.md @@ -8,10 +8,12 @@ DevSoc provides a GraphQL API for all the data scraped and used for its various This API provides data on: - Buildings, rooms and room bookings (as seen in Freerooms) -- **[COMING SOON]** Course and class schedules (as seen in Notangles) +- Course and class schedules (as seen in Notangles) - **[COMING SOON]** Course information (as seen in Circles and Unilectives) -The API is powered by [Hasura](https://hasura.io/) - a powerful tool that hooks in to an existing database and automatically generates and exposes a rich GraphQL API for the data stored within. The underlying database we use is [Postgres](https://www.postgresql.org/), hence the name **Hasuragres**. +The full schema can be found [here](https://devsoc.atlassian.net/wiki/spaces/GA/pages/184352772/Schema). + +Our API is powered by [Hasura](https://hasura.io/) - a powerful tool that hooks in to an existing database and automatically generates and exposes a rich GraphQL API for the data stored within. The underlying database we use is [Postgres](https://www.postgresql.org/), hence the name **Hasuragres**. ## Interactive Explorer ![Interactive explorer](docs/explorer.png)