GitHub's API as an authenticated API DataSource

Hi! I’ve been trying to build a page to list/delete/inspect GitHub installations. It is really easy with Octokit but this isn’t a supported library unfortunately.

Does anybody have a good template / example for how to do this? I’ve tried creating an authenticated api / doing it with curl, but the installation token url varies per installation as outlined here Authenticating with GitHub Apps - GitHub Docs

Hi there!
You should be able to use Appsmith’s GraphQL plugin with github GraphQL to achieve this.
Github graphQL - GitHub GraphQL API - GitHub Docs?
Appsmith’s graphQL plugin - GraphQL | Appsmith