Files
discogs-service/docs/index/index.json
T

1 line
396 KiB
JSON
Raw Normal View History

2025-10-13 13:09:10 +00:00
{"includedArchiveIdentifiers":["DiscogsService"],"interfaceLanguages":{"swift":[{"children":[{"title":"Clients","type":"groupMarker"},{"children":[{"title":"Initializers","type":"groupMarker"},{"path":"\/documentation\/discogsservice\/client\/init(serverurl:configuration:transport:middlewares:)","title":"init(serverURL: URL, configuration: Configuration, transport: any ClientTransport, middlewares: [any ClientMiddleware])","type":"init"},{"title":"Instance Methods","type":"groupMarker"},{"path":"\/documentation\/discogsservice\/client\/getartist(_:)","title":"func getArtist(Operations.GetArtist.Input) async throws -> Operations.GetArtist.Output","type":"method"},{"path":"\/documentation\/discogsservice\/client\/getartistreleases(_:)","title":"func getArtistReleases(Operations.GetArtistReleases.Input) async throws -> Operations.GetArtistReleases.Output","type":"method"},{"path":"\/documentation\/discogsservice\/client\/getlabel(_:)","title":"func getLabel(Operations.GetLabel.Input) async throws -> Operations.GetLabel.Output","type":"method"},{"path":"\/documentation\/discogsservice\/client\/getlabelreleases(_:)","title":"func getLabelReleases(Operations.GetLabelReleases.Input) async throws -> Operations.GetLabelReleases.Output","type":"method"},{"path":"\/documentation\/discogsservice\/client\/getmaster(_:)","title":"func getMaster(Operations.GetMaster.Input) async throws -> Operations.GetMaster.Output","type":"method"},{"path":"\/documentation\/discogsservice\/client\/getmasterversions(_:)","title":"func getMasterVersions(Operations.GetMasterVersions.Input) async throws -> Operations.GetMasterVersions.Output","type":"method"},{"path":"\/documentation\/discogsservice\/client\/getrelease(_:)","title":"func getRelease(Operations.GetRelease.Input) async throws -> Operations.GetRelease.Output","type":"method"},{"path":"\/documentation\/discogsservice\/client\/getreleaserating(_:)","title":"func getReleaseRating(Operations.GetReleaseRating.Input) async throws -> Operations.GetReleaseRating.Output","type":"method"},{"path":"\/documentation\/discogsservice\/client\/getreleaseratingbyuser(_:)","title":"func getReleaseRatingByUser(Operations.GetReleaseRatingByUser.Input) async throws -> Operations.GetReleaseRatingByUser.Output","type":"method"},{"path":"\/documentation\/discogsservice\/client\/getreleasestats(_:)","title":"func getReleaseStats(Operations.GetReleaseStats.Input) async throws -> Operations.GetReleaseStats.Output","type":"method"},{"path":"\/documentation\/discogsservice\/client\/getservice(_:)","title":"func getService(Operations.GetService.Input) async throws -> Operations.GetService.Output","type":"method"},{"path":"\/documentation\/discogsservice\/client\/searchdatabase(_:)","title":"func searchDatabase(Operations.SearchDatabase.Input) async throws -> Operations.SearchDatabase.Output","type":"method"},{"title":"Default Implementations","type":"groupMarker"},{"children":[{"title":"Instance Methods","type":"groupMarker"},{"path":"\/documentation\/discogsservice\/client\/getartist(path:headers:)","title":"func getArtist(path: Operations.GetArtist.Input.Path, headers: Operations.GetArtist.Input.Headers) async throws -> Operations.GetArtist.Output","type":"method"},{"path":"\/documentation\/discogsservice\/client\/getartistreleases(path:query:headers:)","title":"func getArtistReleases(path: Operations.GetArtistReleases.Input.Path, query: Operations.GetArtistReleases.Input.Query, headers: Operations.GetArtistReleases.Input.Headers) async throws -> Operations.GetArtistReleases.Output","type":"method"},{"path":"\/documentation\/discogsservice\/client\/getlabel(path:headers:)","title":"func getLabel(path: Operations.GetLabel.Input.Path, headers: Operations.GetLabel.Input.Headers) async throws -> Operations.GetLabel.Output","type":"method"},{"path":"\/documentation\/discogsservice\/client\/getlabelreleases(path:query:headers:)","title":"func getLabelReleases(path: Operations.GetLabelReleases.Input.Path, query: Operations.GetLabelReleases.Input.Query, headers: Operations.GetLabelReleases.Input.Headers) async throws -> Opera