Sha256: d6f3caa6584e48ee02634b103a1a136dd8f95a6f2c1a74f74772d928a14fceae

Contents?: true

Size: 1.57 KB

Versions: 1

Compression:

Stored size: 1.57 KB

Contents

=begin
#Pulp 3 API

#No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)

The version of the OpenAPI document: v3

Generated by: https://openapi-generator.tech
OpenAPI Generator version: 4.2.0-SNAPSHOT

=end

# Common files
require 'pulp_file_client/api_client'
require 'pulp_file_client/api_error'
require 'pulp_file_client/version'
require 'pulp_file_client/configuration'

# Models
require 'pulp_file_client/models/async_operation_response'
require 'pulp_file_client/models/file_content'
require 'pulp_file_client/models/file_distribution'
require 'pulp_file_client/models/file_publication'
require 'pulp_file_client/models/file_remote'
require 'pulp_file_client/models/inline_response200'
require 'pulp_file_client/models/inline_response2001'
require 'pulp_file_client/models/inline_response2002'
require 'pulp_file_client/models/inline_response2003'
require 'pulp_file_client/models/repository_sync_url'

# APIs
require 'pulp_file_client/api/content_files_api'
require 'pulp_file_client/api/distributions_file_api'
require 'pulp_file_client/api/publications_file_api'
require 'pulp_file_client/api/remotes_file_api'

module PulpFileClient
  class << self
    # Customize default settings for the SDK using block.
    #   PulpFileClient.configure do |config|
    #     config.username = "xxx"
    #     config.password = "xxx"
    #   end
    # If no block given, return the default Configuration object.
    def configure
      if block_given?
        yield(Configuration.default)
      else
        Configuration.default
      end
    end
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
pulp_file_client-0.1.0b4 lib/pulp_file_client.rb