mirror of
https://github.com/xHyroM/website.git
synced 2024-11-13 02:58:07 +01:00
648 B
648 B
title | description |
---|---|
Endpoints | Get list of all endpoints |
Endpoints
This section of the documentation will cover how to get list of all endpoints. It's possible that not all endpoints are scraped, as it's scraped from the canary client.
Accessible on https://dux.xhyrom.dev/v2/endpoints
Fetching endpoints
You can fetch list of all endpoints by sending a GET request to https://dux.xhyrom.dev/v2/endpoints
GET https://dux.xhyrom.dev/v2/endpoints
Returns a dictionary
of endpoints, where key is the endpoint name and value is the endpoint url.