module AylienNewsApi

AYLIEN News API

The AYLIEN News API is the most powerful way of sourcing, searching and syndicating analyzed and enriched news content. It is accessed by sending HTTP requests to our server, which returns information to your client.

The version of the OpenAPI document: 5.2.3 Contact: support@aylien.com Generated by: openapi-generator.tech OpenAPI Generator version: 5.0.0-SNAPSHOT

AYLIEN News API

The AYLIEN News API is the most powerful way of sourcing, searching and syndicating analyzed and enriched news content. It is accessed by sending HTTP requests to our server, which returns information to your client.

The version of the OpenAPI document: 5.2.3 Contact: support@aylien.com Generated by: openapi-generator.tech OpenAPI Generator version: 5.0.0-SNAPSHOT

AYLIEN News API

The AYLIEN News API is the most powerful way of sourcing, searching and syndicating analyzed and enriched news content. It is accessed by sending HTTP requests to our server, which returns information to your client.

The version of the OpenAPI document: 5.2.3 Contact: support@aylien.com Generated by: openapi-generator.tech OpenAPI Generator version: 5.0.0-SNAPSHOT

Constants

VERSION

Public Class Methods

configure() { |default| ... } click to toggle source

Customize default settings for the SDK using block.

AylienNewsApi.configure do |config|
  config.username = "xxx"
  config.password = "xxx"
end

If no block given, return the default Configuration object.

# File lib/aylien_news_api.rb, line 87
def configure
  if block_given?
    yield(Configuration.default)
  else
    Configuration.default
  end
end