You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-3Lines changed: 1 addition & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,13 +6,12 @@ These classes call the API in the same way that direct REST calls do.
6
6
You can use this SDK to search for media, get information about media and about collections, and (if your subscription permits) license and download media.
7
7
This is the official SDK provided by Shutterstock for its API.
8
8
9
-
- API version: 1.1.41
9
+
- API version: 1.1.42
10
10
11
11
## References
12
12
13
13
- For more information about the Shutterstock public API, see https://www.shutterstock.com/developers/documentation.
14
14
- For reference information about the endpoints that this SDK calls, see the [API reference](http://api-reference.shutterstock.com).
15
-
- To provide feedback or bug reports about the API and this SDK, see https://api-feedback.shutterstock.com.
16
15
- For the status of the API, see [API status](https://status.developers.shutterstock.com/).
17
16
- For the source code, see https://github.com/shutterstock/public-api-javascript-sdk.
*shutterstock-api.ComputerVisionApi* | [**getKeywords**](https://github.com/shutterstock/public-api-javascript-sdk/blob/master/docs/ComputerVisionApi.md#getKeywords) | **GET** /v2/cv/keywords | List suggested keywords
357
356
*shutterstock-api.ComputerVisionApi* | [**getSimilarImages**](https://github.com/shutterstock/public-api-javascript-sdk/blob/master/docs/ComputerVisionApi.md#getSimilarImages) | **GET** /v2/cv/similar/images | List similar images
358
357
*shutterstock-api.ComputerVisionApi* | [**getSimilarVideos**](https://github.com/shutterstock/public-api-javascript-sdk/blob/master/docs/ComputerVisionApi.md#getSimilarVideos) | **GET** /v2/cv/similar/videos | List similar videos
*shutterstock-api.ContributorsApi* | [**getContributor**](https://github.com/shutterstock/public-api-javascript-sdk/blob/master/docs/ContributorsApi.md#getContributor) | **GET** /v2/contributors/{contributor_id} | Get details about a single contributor
362
360
*shutterstock-api.ContributorsApi* | [**getContributorCollectionItems**](https://github.com/shutterstock/public-api-javascript-sdk/blob/master/docs/ContributorsApi.md#getContributorCollectionItems) | **GET** /v2/contributors/{contributor_id}/collections/{id}/items | Get the items in contributors' collections
**description** | **String** | Description of this track | [optional]
15
15
**duration** | **Number** | Duration of this track in seconds | [optional]
@@ -23,12 +23,12 @@ Name | Type | Description | Notes
23
23
**language** | **String** | Language of this track's lyrics | [optional]
24
24
**lyrics** | **String** | Lyrics of this track | [optional]
25
25
**media_type** | **String** | Media type of this track; should always be \"audio\" |
26
-
**model_releases** | [**[ModelRelease]**](ModelRelease.md) | List of all model releases for this track | [optional]
26
+
**model_releases** | [**[InlineResponse200ModelReleases]**](InlineResponse200ModelReleases.md) | List of all model releases for this track | [optional]
27
27
**moods** | **[String]** | List of all moods of this track | [optional]
28
28
**published_time** | **Date** | Time this track was published | [optional]
29
29
**recording_version** | **String** | Recording version of this track | [optional]
30
30
**releases** | **[String]** | List of all releases of this track | [optional]
31
-
**similar_artists** | [**[Artist]**](Artist.md) | List of all similar artists of this track | [optional]
31
+
**similar_artists** | [**[InlineResponse2009Artists]**](InlineResponse2009Artists.md) | List of all similar artists of this track | [optional]
32
32
**submitted_time** | **Date** | Time this track was submitted | [optional]
33
33
**title** | **String** | Title of this track | [optional]
34
34
**updated_time** | **Date** | Time this track was last updated | [optional]
0 commit comments