# ``DiscogsService`` A Swift client library for the Discogs API, built on top of Swift OpenAPI. ## Overview This library provides a type-safe client for interacting with the [Discogs API](https://www.discogs.com/developers), including endpoints for the database, user identity, user collections, wantlists, lists, and the marketplace. It supports multiple authentication methods and transports credentials via headers or query parameters. ## Topics ### Clients - ``Client`` ### Servers - ``LiveService`` ### Authentication - ``AuthMiddleware`` - ``AuthMethod`` - ``AuthTransport`` ### User Agent - ``UserAgentMiddleware`` - ``Product`` ### Types - ``Components`` - ``Operations`` - ``Servers`` ### Errors - ``InputValidationError`` ### Protocols - ``APIProtocol``