Class: SquarespaceApi::ResourceGroups::Tokens

Inherits:
SquarespaceApi::ResourceGroup show all
Defined in:
lib/squarespace_api/resource_groups/tokens.rb

Constant Summary collapse

PATH =
'tokens'.freeze

Instance Method Summary collapse

Methods inherited from SquarespaceApi::ResourceGroup

allowed_actions, #initialize

Constructor Details

This class inherits a constructor from SquarespaceApi::ResourceGroup

Instance Method Details

#create(params) ⇒ Object



7
8
9
10
11
# File 'lib/squarespace_api/resource_groups/tokens.rb', line 7

def create(params)
  connection.with_oauth_session do
    super(params)
  end
end