Class: SynsbasenApi::Model
- Extended by:
- Findable, Searchable
- Defined in:
- lib/synsbasen_api/resources/model.rb
Overview
The Model
class provides methods for interacting with model-related
endpoints in the Synsbasen API.
Constant Summary
Constants inherited from Client
Class Method Summary collapse
-
.all(brand_id, expand: []) ⇒ ApiResponse
Retrieves information about all models associated with a given brand.
Methods included from Findable
Methods included from Searchable
Methods inherited from Client
Class Method Details
.all(brand_id, expand: []) ⇒ ApiResponse
Retrieves information about all models associated with a given brand.
16 17 18 |
# File 'lib/synsbasen_api/resources/model.rb', line 16 def all(brand_id, expand: []) get("/v1/brands/#{brand_id}/#{resource_name}", expand: ) end |