-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
This is so we follow the decided naming # Conflicts: # catalog/src/main/kotlin/com/tidal/sdk/catalog/Catalog.kt # catalogue/.openapi-generator-ignore # catalogue/.openapi-generator/FILES # catalogue/.openapi-generator/VERSION # catalogue/docs/AlbumAttributes.md # catalogue/docs/AlbumDataDocument.md # catalogue/docs/AlbumJSONAPI.md # catalogue/docs/AlbumJSONAPIApi.md # catalogue/docs/AlbumRelationship.md # catalogue/docs/AlbumRelationshipResource.md # catalogue/docs/AlbumRelationshipsDocument.md # catalogue/docs/AlbumResource.md # catalogue/docs/AlbumsDataDocument.md # catalogue/docs/ArtistAttributes.md # catalogue/docs/ArtistDataDocument.md # catalogue/docs/ArtistJSONAPI.md # catalogue/docs/ArtistJSONAPIApi.md # catalogue/docs/ArtistRelationship.md # catalogue/docs/ArtistRelationshipResource.md # catalogue/docs/ArtistRelationshipsDocument.md # catalogue/docs/ArtistResource.md # catalogue/docs/ArtistsDataDocument.md # catalogue/docs/AvailableAlbumRelationships.md # catalogue/docs/AvailableAlbumRelationshipsItems.md # catalogue/docs/AvailableAlbumRelationshipsItemsDataInner.md # catalogue/docs/AvailableAlbumRelationshipsItemsDataInnerMeta.md # catalogue/docs/AvailableArtistRelationships.md # catalogue/docs/AvailableTrackRelationships.md # catalogue/docs/AvailableVideoRelationships.md # catalogue/docs/ErrorDocument.md # catalogue/docs/ErrorObject.md # catalogue/docs/ErrorObjectSource.md # catalogue/docs/ExternalLink.md # catalogue/docs/ExternalLinkMeta.md # catalogue/docs/ImageLink.md # catalogue/docs/ImageLinkMeta.md # catalogue/docs/Links.md # catalogue/docs/ProviderAttributes.md # catalogue/docs/ProviderDataDocument.md # catalogue/docs/ProviderJSONAPI.md # catalogue/docs/ProviderJSONAPIApi.md # catalogue/docs/ProviderRelationshipResource.md # catalogue/docs/ProviderResource.md # catalogue/docs/ProvidersDataDocument.md # catalogue/docs/Relationship.md # catalogue/docs/ResourceIdentifier.md # catalogue/docs/ResourceRelationship.md # catalogue/docs/TrackAttributes.md # catalogue/docs/TrackDataDocument.md # catalogue/docs/TrackJSONAPI.md # catalogue/docs/TrackJSONAPIApi.md # catalogue/docs/TrackRelationship.md # catalogue/docs/TrackRelationshipResource.md # catalogue/docs/TrackRelationshipsDocument.md # catalogue/docs/TrackResource.md # catalogue/docs/TracksDataDocument.md # catalogue/docs/VideoAttributes.md # catalogue/docs/VideoDataDocument.md # catalogue/docs/VideoJSONAPI.md # catalogue/docs/VideoJSONAPIApi.md # catalogue/docs/VideoLink.md # catalogue/docs/VideoLinkMeta.md # catalogue/docs/VideoRelationship.md # catalogue/docs/VideoRelationshipResource.md # catalogue/docs/VideoRelationshipsDocument.md # catalogue/docs/VideoResource.md # catalogue/docs/VideosDataDocument.md # catalogue/gradle/wrapper/gradle-wrapper.jar # catalogue/gradle/wrapper/gradle-wrapper.properties # catalogue/gradlew # catalogue/gradlew.bat # catalogue/openapi.json # catalogue/proguard-rules.pro # catalogue/settings.gradle
- Loading branch information
Showing
34 changed files
with
28 additions
and
29 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
File renamed without changes.
File renamed without changes.
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
File renamed without changes.
File renamed without changes.
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
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
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
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion
2
.../tidal/catalog/ExampleInstrumentedTest.kt → ...idal/catalogue/ExampleInstrumentedTest.kt
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
File renamed without changes.
18 changes: 18 additions & 0 deletions
18
catalogue/src/main/kotlin/com/tidal/sdk/catalogue/Catalogue.kt
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,18 @@ | ||
package com.tidal.sdk.catalogue | ||
|
||
/** | ||
* Demo documentation block for [Catalogue] | ||
* @param optInt The constructor [Catalogue] takes an optional [Int] | ||
* just to tell you about in this comment. | ||
* As this is used directly by the demo application, which is using | ||
* Jetpack Compose, this is a data class,which makes it easily comparable | ||
* and helps prevent unnecessary recomposition | ||
*/ | ||
data class Catalogue(private val optInt: Int = 5) { | ||
/** | ||
* This function returns the string "Catalogue! The string is: [optInt]" | ||
*/ | ||
fun helloCatalogue(): String { | ||
return "Catalogue! The int is: $optInt" | ||
} | ||
} |
2 changes: 1 addition & 1 deletion
2
...tlin/com/tidal/catalog/ExampleUnitTest.kt → ...in/com/tidal/catalogue/ExampleUnitTest.kt
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
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