File tree Expand file tree Collapse file tree 2 files changed +23
-0
lines changed
Expand file tree Collapse file tree 2 files changed +23
-0
lines changed Original file line number Diff line number Diff line change 11# Table of contents
22
33* [ Introduction] ( README.md )
4+
5+ ## SDK Client
6+
7+ * [ Collections] ( sdk-client/collections.md )
Original file line number Diff line number Diff line change 1+ # Collections
2+
3+ ## Get Collection Details
4+
5+ ``` php
6+ use Astrotomic\Tmdb\Facades\Tmdb;
7+
8+ $collection = Tmdb::client()->collections()->getDetails(10);
9+ ```
10+
11+ {% swagger method="get" path="/collection/{collection_id}" baseUrl="https://api.themoviedb.org/3 " summary="Get collection details by id." %}
12+ {% swagger-description %}
13+
14+
15+ [ https://developers.themoviedb.org/3/collections/get-collection-details ] ( https://developers.themoviedb.org/3/collections/get-collection-details )
16+
17+
18+ {% endswagger-description %}
19+ {% endswagger %}
You can’t perform that action at this time.
0 commit comments