Class: PapierkramApi::V1::Endpoints::Info

Inherits:
Base
  • Object
show all
Defined in:
lib/papierkram_api/v1/endpoints/info.rb

Overview

This class is responsible for all the API calls related to info connections.

Instance Attribute Summary

Attributes inherited from Base

#client, #url_api_path

Instance Method Summary collapse

Methods inherited from Base

#http_delete, #http_get, #http_patch, #http_post, #http_put, #initialize, #remaining_quota

Constructor Details

This class inherits a constructor from PapierkramApi::V1::Endpoints::Base

Instance Method Details

#detailsObject



8
9
10
# File 'lib/papierkram_api/v1/endpoints/info.rb', line 8

def details
  http_get("#{@url_api_path}/info")
end