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&lt;Object&gt;, 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&lt;Object&gt;
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&lt;Object&gt;**

### Authorization

No authorization required

### HTTP request headers

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

Version data entries

35 entries across 35 versions & 1 rubygems

Version Path
affixapi-1.1.102 docs/CoreApi.md
affixapi-1.1.101 docs/CoreApi.md
affixapi-1.1.100 docs/CoreApi.md
affixapi-1.1.99 docs/CoreApi.md
affixapi-1.1.94 docs/CoreApi.md
affixapi-1.1.93 docs/CoreApi.md
affixapi-1.1.92 docs/CoreApi.md
affixapi-1.1.91 docs/CoreApi.md
affixapi-1.1.90 docs/CoreApi.md
affixapi-1.1.89 docs/CoreApi.md
affixapi-1.1.88 docs/CoreApi.md
affixapi-1.1.87 docs/CoreApi.md
affixapi-1.1.86 docs/CoreApi.md
affixapi-1.1.85 docs/CoreApi.md
affixapi-1.1.84 docs/CoreApi.md
affixapi-1.1.83 docs/CoreApi.md
affixapi-1.1.65 docs/CoreApi.md
affixapi-1.1.64 docs/CoreApi.md
affixapi-1.1.63 docs/CoreApi.md
affixapi-1.1.62 docs/CoreApi.md