Skip to content

Latest commit

 

History

History
112 lines (60 loc) · 3.24 KB

LocalizationApi.md

File metadata and controls

112 lines (60 loc) · 3.24 KB

\LocalizationApi

All URIs are relative to http://localhost

Method HTTP request Description
get_countries GET /Localization/Countries Gets known countries.
get_cultures GET /Localization/Cultures Gets known cultures.
get_localization_options GET /Localization/Options Gets localization options.
get_parental_ratings GET /Localization/ParentalRatings Gets known parental ratings.

get_countries

Veccrate::models::CountryInfo get_countries() Gets known countries.

Parameters

This endpoint does not need any parameter.

Return type

Veccrate::models::CountryInfo

Authorization

CustomAuthentication

HTTP request headers

  • Content-Type: Not defined
  • Accept: application/json, application/json; profile=CamelCase, application/json; profile=PascalCase

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

get_cultures

Veccrate::models::CultureDto get_cultures() Gets known cultures.

Parameters

This endpoint does not need any parameter.

Return type

Veccrate::models::CultureDto

Authorization

CustomAuthentication

HTTP request headers

  • Content-Type: Not defined
  • Accept: application/json, application/json; profile=CamelCase, application/json; profile=PascalCase

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

get_localization_options

Veccrate::models::LocalizationOption get_localization_options() Gets localization options.

Parameters

This endpoint does not need any parameter.

Return type

Veccrate::models::LocalizationOption

Authorization

CustomAuthentication

HTTP request headers

  • Content-Type: Not defined
  • Accept: application/json, application/json; profile=CamelCase, application/json; profile=PascalCase

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

get_parental_ratings

Veccrate::models::ParentalRating get_parental_ratings() Gets known parental ratings.

Parameters

This endpoint does not need any parameter.

Return type

Veccrate::models::ParentalRating

Authorization

CustomAuthentication

HTTP request headers

  • Content-Type: Not defined
  • Accept: application/json, application/json; profile=CamelCase, application/json; profile=PascalCase

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