class MoonApi

Defined in:

api.cr

Class Method Summary

Class Method Detail

def self.get_day!(day : String) : JSON::Any #

[View source]
def self.get_month_calendar!(month : String | Nil) : Array(JSON::Any) #

[View source]
def self.get_with_auth!(url) #

[View source]
def self.login!(email, password) #

[View source]
def self.post_with_auth!(url, body) #

[View source]
def self.save_day!(day : String, content : String) #

[View source]