Home Reference Source

Gab API Wrapper

This wrapper allows easy access to the Gab.com API. It uses Axios to make GET, POST, and DELETE requests to their API and returns their results. All avaialble endpoints are avaialable within this wrapper. You will need to use OAuth2 to retrieve your users' auth token, which is then passed into the wrapper. More information is available on their documentation.

Prerequisites