Method: SparkApi::Authentication::BaseAuth#request
- Defined in:
- lib/spark_api/authentication/base_auth.rb
#request(method, path, body, options) ⇒ Object
Perform an HTTP request (no data)
30 31 32 |
# File 'lib/spark_api/authentication/base_auth.rb', line 30 def request(method, path, body, ) raise "Implement me!" end |