Skip to content

Latest commit

 

History

History
63 lines (32 loc) · 1.58 KB

LanguageApi.md

File metadata and controls

63 lines (32 loc) · 1.58 KB

\LanguageApi

All URIs are relative to http://localhost:7878

Method HTTP request Description
get_language_by_id GET /api/v3/language/{id}
list_language GET /api/v3/language

get_language_by_id

models::LanguageResource get_language_by_id(id)

Parameters

Name Type Description Required Notes
id i32 [required]

Return type

models::LanguageResource

Authorization

apikey, X-Api-Key

HTTP request headers

  • Content-Type: Not defined
  • Accept: text/plain, application/json, text/json

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

list_language

Vecmodels::LanguageResource list_language()

Parameters

This endpoint does not need any parameter.

Return type

Vecmodels::LanguageResource

Authorization

apikey, X-Api-Key

HTTP request headers

  • Content-Type: Not defined
  • Accept: text/plain, application/json, text/json

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