class OceanKit::Resource::Base

Included Modules

Direct Known Subclasses

Defined in:

ocean_kit/resources/base.cr

Constructors

Instance methods inherited from module OceanKit::Client::Connection

destroy(path, options = nil) destroy, get(path, options = nil) get, post(path, options) post, put(path, options) put, request(http_method, path, options) request

Constructor Detail

def self.new(headers : HTTP::Headers | Nil) #

[View source]