reagento/descanso
A modern and simple way to create clients for REST like APIs
This project helps software developers quickly and easily connect their applications to external web services. It takes in the specifications of a web service's API (like what data it expects and what it returns) and generates reusable code. This code then allows developers to interact with the web service directly from their application, sending requests and receiving structured data.
130 stars. Available on PyPI.
Use this if you are a software developer building an application that needs to communicate with external web services that expose a REST-like API.
Not ideal if you are not a developer or if you need to build a web service yourself rather than connect to an existing one.
Stars
130
Forks
19
Language
Python
License
Apache-2.0
Category
Last pushed
Dec 15, 2025
Commits (30d)
0
Dependencies
1
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/ai-coding/reagento/descanso"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Related tools
yhnavein/swaggie
Tool for generating TypeScript client code for given Swagger API endpoints
grafana/openapi-to-k6
A CLI tool to convert an OpenAPI schema to a TypeScript client to use with k6.
mikestead/openapi-client
Generate ES6 or Typescript service integration code from an OpenAPI 2 spec
verizonconnect/ngx-form-generator
Generate Angular ReactiveForms from OpenAPI documents
SamuelMarks/cdd-c
OpenAPI ↔ C. Frontend for C, concentrating on: generation from code; single-file analysis;...