Skip to content

Commit 31bcde1

Browse files
Gummibeergitbook-bot
authored andcommitted
GitBook: [#3] No subject
1 parent 34a9a8d commit 31bcde1

File tree

2 files changed

+23
-0
lines changed

2 files changed

+23
-0
lines changed

SUMMARY.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
11
# Table of contents
22

33
* [Introduction](README.md)
4+
5+
## SDK Client
6+
7+
* [Collections](sdk-client/collections.md)

sdk-client/collections.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
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 %}

0 commit comments

Comments
 (0)