Method: Printful::Configuration#server_settings
- Defined in:
- lib/printful_client/configuration.rb
#server_settings ⇒ Object
Returns an array of Server setting
248 249 250 251 252 253 254 255 |
# File 'lib/printful_client/configuration.rb', line 248 def server_settings [ { url: "https://api.printful.com", description: "The Printful API is a RESTful API, that uses the HTTP protocol for communication. HTTP GET, POST, PUT and DELETE methods are used to access the API.", } ] end |