class DTAClient

Overview

TODO Write documentation for DtaClient

Defined in:

dta_client.cr

Constant Summary

VERSION = "0.1.0"

Constructors

Instance Method Summary

Constructor Detail

def self.new(base_path : String) #

[View source]

Instance Method Detail

def auth_params : HTTP::Headers #

[View source]
def base_path : String #

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

[View source]
def sign_in(email : String, password : String) : Bool #

[View source]