Interface
APIInstanceEndpoints
Endpoint URLs for a Fluxer instance.
Properties
admin
: stringBase URL for the admin panel.
api
: stringBase URL for authenticated API requests (origin, no `/vN` suffix).
api_client
: stringBase URL for client API requests.
api_public
: stringBase URL for public API requests.
gateway
: stringWebSocket URL for the gateway.
gift
: stringBase URL for gift links.
invite
: stringBase URL for invite links.
marketing
: stringBase URL for the marketing website.
media
: stringBase URL for the media proxy (avatars, icons, emojis, etc.).
static_cdn
: stringBase URL for static assets (default avatars).
webapp
: stringBase URL for the web application.