class Ovh::Consumer::Request

Defined in:

ovh/consumer/request.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(endpoint : String, key : String) #

[View source]

Instance Method Detail

def add_rule(path, mask) #

Add a new API access rule.


[View source]
def endpoint : String #

[View source]
def endpoint=(endpoint : String) #

[View source]
def execute(redirection_url = "", &) #

Return a Consumer::Response.


[View source]
def key : String #

[View source]
def key=(key : String) #

[View source]