Skip to content

Commit

Permalink
Docs
Browse files Browse the repository at this point in the history
  • Loading branch information
adamayoung committed May 21, 2024
1 parent 9df8ecc commit 24fc23e
Show file tree
Hide file tree
Showing 15 changed files with 0 additions and 60 deletions.
4 changes: 0 additions & 4 deletions Sources/TMDb/TMDb.docc/Extensions/AccountService.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,6 @@

## Topics

### Creating an Account Service

- ``init(configuration:)``

### Account Details

- ``details(session:)``
Expand Down
4 changes: 0 additions & 4 deletions Sources/TMDb/TMDb.docc/Extensions/AuthenticationService.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,6 @@

## Topics

### Creating an Authentication Service

- ``init(configuration:)``

### Creating Sessions

- ``guestSession()``
Expand Down
4 changes: 0 additions & 4 deletions Sources/TMDb/TMDb.docc/Extensions/CertificationService.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,6 @@

## Topics

### Creating a Certification Service

- ``init(configuration:)``

### Certifications

- ``movieCertifications()``
Expand Down
4 changes: 0 additions & 4 deletions Sources/TMDb/TMDb.docc/Extensions/CompanyService.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,6 @@

## Topics

### Creating a Company Service

- ``init(configuration:)``

### Company Details

- ``details(forCompany:)``
4 changes: 0 additions & 4 deletions Sources/TMDb/TMDb.docc/Extensions/ConfigurationService.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,6 @@

## Topics

### Creating a Configuration Service

- ``init(configuration:)``

### API Configuration

- ``apiConfiguration()``
Expand Down
4 changes: 0 additions & 4 deletions Sources/TMDb/TMDb.docc/Extensions/DiscoverService.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,6 @@

## Topics

### Creating a Discover Service

- ``init(configuration:)``

### Discover Movies

- ``movies(filter:sortedBy:page:language:)``
Expand Down
4 changes: 0 additions & 4 deletions Sources/TMDb/TMDb.docc/Extensions/GenreService.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,6 @@

## Topics

### Creating a Genre Service

- ``init(configuration:)``

### Movie Genres

- ``movieGenres(language:)``
Expand Down
4 changes: 0 additions & 4 deletions Sources/TMDb/TMDb.docc/Extensions/MovieService.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,6 @@

## Topics

### Creating a Movie Service

- ``init(configuration:)``

### Details

- ``details(forMovie:language:)``
Expand Down
4 changes: 0 additions & 4 deletions Sources/TMDb/TMDb.docc/Extensions/PersonService.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,6 @@

## Topics

### Creating a Person Service

- ``init(configuration:)``

### Details

- ``details(forPerson:language:)``
Expand Down
4 changes: 0 additions & 4 deletions Sources/TMDb/TMDb.docc/Extensions/SearchService.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,6 @@

## Topics

### Creating a Search Service

- ``init(configuration:)``

### Media

- ``searchAll(query:filter:page:language:)``
Expand Down
4 changes: 0 additions & 4 deletions Sources/TMDb/TMDb.docc/Extensions/TVEpisodeService.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,6 @@

## Topics

### Creating a TV Episode Service

- ``init(configuration:)``

### Details

- ``details(forEpisode:inSeason:inTVSeries:language:)``
Expand Down
4 changes: 0 additions & 4 deletions Sources/TMDb/TMDb.docc/Extensions/TVSeasonService.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,6 @@

## Topics

### Creating a TV Season Service

- ``init(configuration:)``

### Details

- ``details(forSeason:inTVSeries:language:)``
Expand Down
4 changes: 0 additions & 4 deletions Sources/TMDb/TMDb.docc/Extensions/TVSeriesService.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,6 @@

## Topics

### Creating a TV Series Service

- ``init(configuration:)``

### Details

- ``details(forTVSeries:language:)``
Expand Down
4 changes: 0 additions & 4 deletions Sources/TMDb/TMDb.docc/Extensions/TrendingService.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,6 @@

## Topics

### Creating a Trending Service

- ``init(configuration:)``

### Movies

- ``movies(inTimeWindow:page:language:)``
Expand Down
4 changes: 0 additions & 4 deletions Sources/TMDb/TMDb.docc/Extensions/WatchProviderService.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,6 @@

## Topics

### Creating a Watch Provider Service

- ``init(configuration:)``

### Providers

- ``movieWatchProviders(filter:language:)``
Expand Down

0 comments on commit 24fc23e

Please sign in to comment.