EN

SDK

Un SDK officiel TypeScript est prévu — généré depuis la spec OpenAPI.

En attendant le SDK officiel, tu peux utiliser :

  • Spec OpenAPI : /openapi.yaml ou /openapi.json (servable directement)
  • Postman : /postman-collection.json — importable directement dans Postman
  • Insomnia : importe directement la spec OpenAPI ci-dessus, Insomnia 2023+ accepte nativement OpenAPI 3.x
  • Types TypeScript : génère localement avec npx openapi-typescript https://api.capturia.io/openapi.yaml -o openapi-types.ts

La génération SDK officielle (clients typés sans config) est prévue dans une phase ultérieure.