Files
discogs-service/Sources/DiscogsService/Catalogs/DiscogsService.docc/Extensions/Client.md
T
javier 9a30b69561 Implemented the Authentication endpoints (#9)
This PR contains the work done to implement the *Authentication* endpoints of the Discogs API:
* GET `/oauth/request_token`
* POST `/oauth/access_token`
* GET `/oauth/identity`

Reviewed-on: #9
Co-authored-by: Javier Cicchelli <javier@rock-n-code.com>
Co-committed-by: Javier Cicchelli <javier@rock-n-code.com>
2025-10-13 17:55:48 +00:00

750 B

Client

Topics

Initializers

  • Client/init(serverURL:configuration:transport:middlewares:)

Service endpoints

  • Client/getService(_:)

Authentication endpoints

  • Client/getRequestToken(_:)
  • Client/postAccessToken(_:)
  • Client/getUserIdentity(_:)

Database endpoints

  • Client/searchDatabase(_:)
  • Client/getArtist(_:)
  • Client/getArtistReleases(_:)
  • Client/getLabel(_:)
  • Client/getLabelReleases(_:)
  • Client/getMaster(_:)
  • Client/getMasterVersions(_:)
  • Client/getRelease(_:)
  • Client/getReleaseRating(_:)
  • Client/getReleaseRatingByUser(_:)
  • Client/putReleaseRatingByUser(_:)
  • Client/deleteReleaseRatingByUser(_:)
  • Client/getReleaseStats(_:)