class Rancher::Api::Resources::Base

Included Modules

Direct Known Subclasses

Defined in:

rancher_api/resources/base.cr

Constructors

Instance methods inherited from module Rancher::Api::Client::Connection

delete(base, path, access_key, secret_key) delete, get(base, path, access_key, secret_key) get, post(base, path, access_key, secret_key, body = "") post, put(base, path, access_key, secret_key, body = "") put

Constructor Detail

def self.new(base : String, access_key : String, secret_key : String) #

[View source]