6 lines
125 B
Crystal
6 lines
125 B
Crystal
class ApiClient < Lucky::BaseHTTPClient
|
|
def initialize
|
|
super
|
|
headers("Content-Type": "application/json")
|
|
end
|
|
end
|