module App

Defined in:

app.cr

Constant Summary

ALLTHINGS_AUTHORIZE_URL = "https://accounts.allthings.me/oauth/authorize"
ALLTHINGS_PROFILE_URL = "https://api.allthings.me/api/v1/me"
Log = ::Log.for("app")
VERSION = "0.1.7"

Class Method Summary

Class Method Detail

def self.handle_error(env, allthings_response) #

[View source]
def self.query_profile(env) #

[View source]
def self.save_original_data(id, original_data) #

[View source]
def self.with_profile(env, &) #

[View source]