lib/resend/request.rb in resend-0.7.0 vs lib/resend/request.rb in resend-0.7.1
- old
+ new
@@ -19,10 +19,10 @@
@body = body
@verb = verb
@headers = {
"Content-Type" => "application/json",
"Accept" => "application/json",
- "User-Agent" => "ruby:#{Resend::VERSION}",
+ "User-Agent" => "resend-ruby:#{Resend::VERSION}",
"Authorization" => "Bearer #{Resend.api_key}"
}
end
# Performs the HTTP call