class Requester::User

Defined in:

requesters/user_requester.cr

Instance Method Summary

Instance methods inherited from class Requester::Base

api_get(path, headers = {} of String => String, version = "v1") api_get, api_post(path, body = {} of String => String, headers = {} of String => String, version = "v1") api_post

Instance methods inherited from module RequestHelper

http_api_get!(base, path, headers, version) http_api_get!, http_api_post!(base, path, files, texts, headers, version) http_api_post!, response_success?(response) response_success?

Instance Method Detail

def signin(content) #

[View source]
def signup(content) #

[View source]