Skip to content

Commit 9d9235a

Browse files
committed
Updating JavaScript SDK
1 parent 40bd105 commit 9d9235a

File tree

553 files changed

+23518
-3684
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

553 files changed

+23518
-3684
lines changed

README.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,12 @@ These classes call the API in the same way that direct REST calls do.
66
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.
77
This is the official SDK provided by Shutterstock for its API.
88

9-
- API version: 1.1.41
9+
- API version: 1.1.42
1010

1111
## References
1212

1313
- For more information about the Shutterstock public API, see https://www.shutterstock.com/developers/documentation.
1414
- 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.
1615
- For the status of the API, see [API status](https://status.developers.shutterstock.com/).
1716
- For the source code, see https://github.com/shutterstock/public-api-javascript-sdk.
1817

@@ -356,7 +355,6 @@ Class | Method | HTTP request | Description
356355
*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
357356
*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
358357
*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
359-
*shutterstock-api.ComputerVisionApi* | [**uploadEphemeralImage**](https://github.com/shutterstock/public-api-javascript-sdk/blob/master/docs/ComputerVisionApi.md#uploadEphemeralImage) | **POST** /v2/images | Upload ephemeral images
360358
*shutterstock-api.ComputerVisionApi* | [**uploadImage**](https://github.com/shutterstock/public-api-javascript-sdk/blob/master/docs/ComputerVisionApi.md#uploadImage) | **POST** /v2/cv/images | Upload images
361359
*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
362360
*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

docs/Audio.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,11 @@ Name | Type | Description | Notes
55
------------ | ------------- | ------------- | -------------
66
**added_date** | **Date** | Date this track was added to the Shutterstock library | [optional]
77
**affiliate_url** | **String** | Affiliate referral link; appears only for registered affiliate partners | [optional]
8-
**album** | [**Album**](Album.md) | | [optional]
9-
**artists** | [**[Artist]**](Artist.md) | List of artists | [optional]
10-
**assets** | [**AudioAssets**](AudioAssets.md) | | [optional]
8+
**album** | [**InlineResponse2009Album**](InlineResponse2009Album.md) | | [optional]
9+
**artists** | [**[InlineResponse2009Artists]**](InlineResponse2009Artists.md) | List of artists | [optional]
10+
**assets** | [**InlineResponse2009Assets**](InlineResponse2009Assets.md) | | [optional]
1111
**bpm** | **Number** | BPM (beats per minute) of this track | [optional]
12-
**contributor** | [**Contributor**](Contributor.md) | |
12+
**contributor** | [**InlineResponse200Contributor**](InlineResponse200Contributor.md) | |
1313
**deleted_time** | **Date** | | [optional]
1414
**description** | **String** | Description of this track | [optional]
1515
**duration** | **Number** | Duration of this track in seconds | [optional]
@@ -23,12 +23,12 @@ Name | Type | Description | Notes
2323
**language** | **String** | Language of this track's lyrics | [optional]
2424
**lyrics** | **String** | Lyrics of this track | [optional]
2525
**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]
2727
**moods** | **[String]** | List of all moods of this track | [optional]
2828
**published_time** | **Date** | Time this track was published | [optional]
2929
**recording_version** | **String** | Recording version of this track | [optional]
3030
**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]
3232
**submitted_time** | **Date** | Time this track was submitted | [optional]
3333
**title** | **String** | Title of this track | [optional]
3434
**updated_time** | **Date** | Time this track was last updated | [optional]

0 commit comments

Comments
 (0)