Sha256: 425f35b3623909789b4d4605d54768d49653af3a1216d79188e22af129c99e6a
Contents?: true
Size: 1.62 KB
Versions: 3
Compression:
Stored size: 1.62 KB
Contents
# ESIClient::IncursionsApi All URIs are relative to *https://esi.tech.ccp.is* Method | HTTP request | Description ------------- | ------------- | ------------- [**get_incursions**](IncursionsApi.md#get_incursions) | **GET** /v1/incursions/ | List incursions # **get_incursions** > Array<GetIncursions200Ok> get_incursions(opts) List incursions Return a list of current incursions --- This route is cached for up to 300 seconds ### Example ```ruby # load the gem require 'esi_client' api_instance = ESIClient::IncursionsApi.new opts = { datasource: 'tranquility', # String | The server name you would like data from user_agent: 'user_agent_example', # String | Client identifier, takes precedence over headers x_user_agent: 'x_user_agent_example' # String | Client identifier, takes precedence over User-Agent } begin #List incursions result = api_instance.get_incursions(opts) p result rescue ESIClient::ApiError => e puts "Exception when calling IncursionsApi->get_incursions: #{e}" end ``` ### Parameters Name | Type | Description | Notes ------------- | ------------- | ------------- | ------------- **datasource** | **String**| The server name you would like data from | [optional] [default to tranquility] **user_agent** | **String**| Client identifier, takes precedence over headers | [optional] **x_user_agent** | **String**| Client identifier, takes precedence over User-Agent | [optional] ### Return type [**Array<GetIncursions200Ok>**](GetIncursions200Ok.md) ### Authorization No authorization required ### HTTP request headers - **Content-Type**: Not defined - **Accept**: application/json
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
esi_client-0.7.6.2 | docs/IncursionsApi.md |
esi_client-0.7.6.1 | docs/IncursionsApi.md |
esi_client-1.4.0 | docs/IncursionsApi.md |