Initial app

This commit is contained in:
Edward Loveall
2021-05-01 17:02:08 -04:00
commit fcf3eb14d0
84 changed files with 8470 additions and 0 deletions

View File

@@ -0,0 +1,6 @@
class ApiClient < Lucky::BaseHTTPClient
def initialize
super
headers("Content-Type": "application/json")
end
end