Skip to content

Latest commit

 

History

History
39 lines (20 loc) · 995 Bytes

TbaApi.md

File metadata and controls

39 lines (20 loc) · 995 Bytes

\TbaApi

All URIs are relative to https://www.thebluealliance.com/api/v3

Method HTTP request Description
get_status GET /status

get_status

crate::models::ApiStatus get_status(if_none_match)

Returns API status, and TBA status information.

Parameters

Name Type Description Required Notes
if_none_match Option<String> Value of the ETag header in the most recently cached response by the client.

Return type

crate::models::ApiStatus

Authorization

apiKey

HTTP request headers

  • Content-Type: Not defined
  • Accept: application/json

[Back to top] [Back to API list] [Back to Model list] [Back to README]