# \GlobalApi All URIs are relative to *https://api.indexea.com/v1* Method | HTTP request | Description ------------- | ------------- | ------------- [**json**](GlobalApi.md#json) | **GET** /json | 接口定义(JSON) [**options_period_get**](GlobalApi.md#options_period_get) | **GET** /options | 系统全局配置接口 [**welcome**](GlobalApi.md#welcome) | **GET** / | 接口欢迎信息 [**yaml**](GlobalApi.md#yaml) | **GET** /yaml | 接口定义(YAML) ## json > serde_json::Value json() 接口定义(JSON) 获取 OpenAPI 接口定义(JSON) ### Parameters This endpoint does not need any parameter. ### Return type [**serde_json::Value**](serde_json::Value.md) ### Authorization No authorization required ### HTTP request headers - **Content-Type**: Not defined - **Accept**: application/json [[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md) ## options_period_get > serde_json::Value options_period_get(name, keys) 系统全局配置接口 ### Parameters Name | Type | Description | Required | Notes ------------- | ------------- | ------------- | ------------- | ------------- **name** | **String** | | [required] | **keys** | **String** | 配置项名,多个配置项请使用逗号隔开 | [required] | ### Return type [**serde_json::Value**](serde_json::Value.md) ### Authorization No authorization required ### HTTP request headers - **Content-Type**: Not defined - **Accept**: application/json [[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md) ## welcome > String welcome() 接口欢迎信息 ### Parameters This endpoint does not need any parameter. ### Return type **String** ### Authorization No authorization required ### HTTP request headers - **Content-Type**: Not defined - **Accept**: text/plain, text/html, application/json, application/x-yaml [[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md) ## yaml > String yaml() 接口定义(YAML) 获取 OpenAPI 接口定义(YAML) ### Parameters This endpoint does not need any parameter. ### Return type **String** ### Authorization No authorization required ### HTTP request headers - **Content-Type**: Not defined - **Accept**: application/x-yaml [[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)