lib/ezid/request.rb in ezid-client-0.4.2 vs lib/ezid/request.rb in ezid-client-0.5.0
- old
+ new
@@ -5,9 +5,10 @@
module Ezid
#
# A request to the EZID service.
#
# @api private
+ #
class Request < SimpleDelegator
HOST = "https://ezid.cdlib.org"
CHARSET = "UTF-8"
CONTENT_TYPE = "text/plain"