-
Notifications
You must be signed in to change notification settings - Fork 376
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
0f5d86e
commit d9e3402
Showing
15 changed files
with
20,891 additions
and
1 deletion.
There are no files selected for viewing
1,076 changes: 1,076 additions & 0 deletions
1,076
sdks/db/cached-method-objects/from-custom-request_epidemicsound.com.yaml
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
4,431 changes: 4,431 additions & 0 deletions
4,431
sdks/db/custom-request-specs/epidemicsound.com.yaml
Large diffs are not rendered by default.
Oops, something went wrong.
4,461 changes: 4,461 additions & 0 deletions
4,461
sdks/db/fixed-specs-cache/epidemic-sound-fixed-spec.yaml
Large diffs are not rendered by default.
Oops, something went wrong.
4,448 changes: 4,448 additions & 0 deletions
4,448
sdks/db/fixed-specs/epidemic-sound-fixed-spec.yaml
Large diffs are not rendered by default.
Oops, something went wrong.
3 changes: 3 additions & 0 deletions
3
sdks/db/generate-repository-description-cache/epidemic-sound.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
{ | ||
"Epidemic Sound has transformed the soundtracking experience for global brands and professional creators, with an expansive catalog of world-class music and sound effects that's seen and heard over 2.5 billion times a day around the globe. \n\nProviding a direct license model that comes with all rights included and next-generation soundtracking tools, Epidemic Sound empowers creators to unlock more feeling in everything they create and share their stories with the world. Epidemic Sound continuously enriches its world-class catalog of music by teaming up with artists, composers, and producers to create tracks spanning all genres, while supporting them financially and creatively.": "Epidemic Sound offers a vast catalog of music and sound effects with a direct license model for creators worldwide. Enriched by collaborations with artists and producers, it empowers creators to share their stories through next-generation soundtracking tools. Epidemic Sound's {language} SDK generated by Konfig (https://konfigthis.com/)." | ||
} |
4,444 changes: 4,444 additions & 0 deletions
4,444
sdks/db/intermediate-fixed-specs/epidemic-sound/openapi.yaml
Large diffs are not rendered by default.
Oops, something went wrong.
54 changes: 54 additions & 0 deletions
54
sdks/db/processed-custom-request-cache/epidemicsound.com.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,54 @@ | ||
processed: | ||
securitySchemes: | ||
PartnerAuth: | ||
type: http | ||
description: >- | ||
Partner authentication is handled with short lived partner access | ||
tokens. | ||
Use your api credentials to request these tokens. | ||
The access token is of JWT format and should be passed in a header with | ||
your API requests: | ||
> **Example Header:** `Authorization: Bearer your-partner-token` | ||
scheme: Bearer | ||
UserAuth: | ||
type: http | ||
description: |- | ||
User authentication is handled with short lived user access tokens. | ||
Use a partner token to request these tokens. | ||
The access token is of JWT format and should be passed in a header with your API requests: | ||
> **Example Header:** `Authorization: Bearer a-user-token` | ||
scheme: Bearer | ||
EpidemicSoundConnectAuth: | ||
type: oauth2 | ||
description: >- | ||
For users signing in with an Epidemic Sound account, user authentication | ||
is | ||
handled with OpenID Connect, which is a layer on top of OAuth 2.0. | ||
> **Example Header:** `Authorization: Bearer es-connect-token` | ||
flows: | ||
authorizationCode: | ||
authorizationUrl: >- | ||
https://login.epidemicsound.com/auth/realms/accounts/protocol/openid-connect/auth | ||
tokenUrl: >- | ||
https://login.epidemicsound.com/auth/realms/accounts/protocol/openid-connect/token | ||
scopes: {} | ||
apiBaseUrl: https://partner-content-api.epidemicsound.com | ||
apiVersion: 0.1.17 | ||
apiTitle: Partner Content API | ||
endpoints: 36 | ||
sdkMethods: 37 | ||
schemas: 63 | ||
parameters: 96 | ||
originalCustomRequest: | ||
type: GET | ||
url: https://partner-content-api.epidemicsound.com/docs/spec.json | ||
customRequestSpecFilename: epidemicsound.com.yaml | ||
difficultyScore: 92.5 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,114 @@ | ||
examples: {} | ||
examples_2: {} | ||
examples_3: {} | ||
operationIds: | ||
/v0/analytics/report: | ||
post: Reporting_epidemicEventSubmission | ||
/v0/genres: | ||
get: BrowseSearch_genreCatalog | ||
/v0/genres/{genreId}: | ||
get: BrowseSearch_genreDetails | ||
/v0/moods: | ||
get: BrowseSearch_moodsList | ||
/v0/moods/{moodId}: | ||
get: BrowseSearch_moodDetails | ||
/v0/partner-token: | ||
post: Authentication_requestPartnerToken | ||
/v0/sound-effects/categories: | ||
get: SoundEffects_listCategories | ||
/v0/sound-effects/categories/{categoryId}: | ||
get: SoundEffects_getCategoryById | ||
/v0/sound-effects/categories/{categoryId}/tracks: | ||
get: SoundEffects_getByCategoryTracks | ||
/v0/sound-effects/search: | ||
get: SoundEffects_searchSoundEffects | ||
/v0/sound-effects/{trackId}/download: | ||
get: SoundEffects_downloadSoundEffect | ||
/v0/token: | ||
post: Authentication_requestUserToken | ||
/v0/tracks/matching-image/{imageId}: | ||
get: Tracks_matchingImageGet | ||
/v0/tracks/parameters: | ||
get: Tracks_listParameters | ||
/v0/tracks/search: | ||
get: BrowseSearch_tracksSearchList | ||
/v0/tracks/search/suggestions: | ||
get: BrowseSearch_trackSuggestionsGet | ||
/v0/tracks/similar-sections: | ||
get: Tracks_getSimilarSegments | ||
/v0/tracks/{trackId}/beats: | ||
get: Tracks_getBeatsData | ||
/v0/tracks/{trackId}/highlights: | ||
get: Tracks_recommendSection | ||
/v0/tracks/{trackId}/hls: | ||
get: Tracks_previewUsingCookies | ||
/v0/tracks/{trackId}/similar: | ||
get: Tracks_getSimilar | ||
/v0/tracks/{trackId}/similar-sections: | ||
get: Tracks_findSimilarSegments | ||
/v0/uploads/audio: | ||
post: Assets_uploadAudioFile | ||
/v0/uploads/audio/{audioIdOrChecksum}: | ||
delete: Assets_deleteAudioFile | ||
/v0/uploads/audio/{checksum}: | ||
get: Assets_byChecksumGet | ||
/v0/uploads/images: | ||
delete: Assets_removeAllImages | ||
post: Assets_uploadImageForRecommendation | ||
/v0/uploads/images/{imageId}: | ||
delete: Assets_deleteImage | ||
/v0/users/me: | ||
get: Users_getDetails | ||
/v0/users/me/liked/tracks: | ||
get: Users_listLikedTracks | ||
/v0/users/me/subscription: | ||
get: Users_getSubscriptionDetails | ||
operationTags: {} | ||
renameTags: {} | ||
requestSchemaNames: | ||
/v0/uploads/audio: | ||
post: | ||
multipart/form-data: AssetsUploadAudioFileRequest | ||
/v0/uploads/images: | ||
post: | ||
multipart/form-data: AssetsUploadImageForRecommendationRequest | ||
responseDescriptions: {} | ||
responseSchemaNames: {} | ||
securityParameters: | ||
audioUploadId: | ||
query: false | ||
bpmMax: | ||
query: false | ||
bpmMin: | ||
query: false | ||
duration: | ||
query: false | ||
end: | ||
query: false | ||
excludeField: | ||
query: false | ||
expand: | ||
query: false | ||
format: | ||
query: false | ||
genre: | ||
query: false | ||
limit: | ||
query: false | ||
mood: | ||
query: false | ||
offset: | ||
query: false | ||
order: | ||
query: false | ||
quality: | ||
query: false | ||
sort: | ||
query: false | ||
start: | ||
query: false | ||
term: | ||
query: false | ||
type: | ||
query: false | ||
validServerUrls: {} |
Oops, something went wrong.