Skip to content

Latest commit

 

History

History
36 lines (19 loc) · 893 Bytes

SpanApi.md

File metadata and controls

36 lines (19 loc) · 893 Bytes

\SpanApi

All URIs are relative to https://api.lab5e.com

Method HTTP request Description
get_system_info GET /span/system System information

get_system_info

crate::models::SystemInfoResponse get_system_info() System information

Get system information. This will show the current version of the API that you are using.

Parameters

This endpoint does not need any parameter.

Return type

crate::models::SystemInfoResponse

Authorization

APIToken

HTTP request headers

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

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