Files
discogs-service/Sources/DiscogsService/Catalogs/DiscogsService.docc/Library.md
T
javier 791ebf4f78 Implemented the User Agent middleware (#6)
This PR contains the work done to implement the `UserAgentMiddleware` middleware that includes user agent information into a header of the requests sent by the `Client` type, as defined in the [Discogs documentation](https://www.discogs.com/developers/#page:home,header:home-general-information). For this purpose, the `CamelCaseValidationRule`, `SemanticVersionValidationRule` and `URLValidationRule` types were implemented and integrated into the existing `ValidateInputUseCase` type.

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

476 B

DiscogsService

Summary

Overview

Text

Topics

Clients

  • Client

Servers

  • Servers/Server1

Authentication

  • AuthMiddleware
  • AuthMethod
  • AuthTransport

User Agent

  • UserAgentMiddleware
  • Product
  • InputValidationError

Types

  • Components
  • Operations
  • Servers

Protocols

  • APIProtocol