mirror of
https://git.sr.ht/~edwardloveall/scribe
synced 2025-12-10 12:41:23 +00:00
7 lines
125 B
Crystal
7 lines
125 B
Crystal
class ApiClient < Lucky::BaseHTTPClient
|
|
def initialize
|
|
super
|
|
headers("Content-Type": "application/json")
|
|
end
|
|
end
|