Sha256: 616cb5a1f7928f54b7d2118c40b2c4e96b6d946bc5dbf607f22af8c9a72f2634
Contents?: true
Size: 1.35 KB
Versions: 35
Compression:
Stored size: 1.35 KB
Contents
# OpenapiClient::CoreApi All URIs are relative to *https://api.affixapi.com* | Method | HTTP request | Description | | ------ | ------------ | ----------- | | [**providers**](CoreApi.md#providers) | **GET** /providers | Providers | ## providers > Array<Object> providers Providers Retrieve the api modes (official, xhr) and providers for the respective modes ### Examples ```ruby require 'time' require 'openapi_client' api_instance = OpenapiClient::CoreApi.new begin # Providers result = api_instance.providers p result rescue OpenapiClient::ApiError => e puts "Error when calling CoreApi->providers: #{e}" end ``` #### Using the providers_with_http_info variant This returns an Array which contains the response data, status code and headers. > <Array(Array<Object>, Integer, Hash)> providers_with_http_info ```ruby begin # Providers data, status_code, headers = api_instance.providers_with_http_info p status_code # => 2xx p headers # => { ... } p data # => Array<Object> rescue OpenapiClient::ApiError => e puts "Error when calling CoreApi->providers_with_http_info: #{e}" end ``` ### Parameters This endpoint does not need any parameter. ### Return type **Array<Object>** ### Authorization No authorization required ### HTTP request headers - **Content-Type**: Not defined - **Accept**: application/json
Version data entries
35 entries across 35 versions & 1 rubygems