scribe/spec/support/api_client.cr

7 lines
125 B
Crystal

class ApiClient < Lucky::BaseHTTPClient
def initialize
super
headers("Content-Type": "application/json")
end
end