Sha256: deceafd7dc4af6c8b6e134c7d0c86c819a687e647e92730b9a9ab537d24b1923
Contents?: true
Size: 1.62 KB
Versions: 6
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
6 entries across 6 versions & 1 rubygems