Class BitBadgesApiRoutes

Exports static methods that return the routes for the BitBadges API. Append this to the base URL of the API to get the full URL.

Example

import { BitBadgesApiRoutes } from 'bitbadgesjs-sdk'
const url = `https://api.bitbadges.io${BitBadgesApiRoutes.GetStatusRoute()}`

Constructors

Methods