vermiculus/apiwrap.el
Generate wrappers for your API endpoints!
Provides compile-time macros that generate documented API wrapper functions from endpoint definitions, delegating actual HTTP requests to a pluggable primitive handler (like ghub). Supports path parameter interpolation (`:owner/:repo`), automatic docstring generation with API documentation links, and flexible parameter handling through plists. Targets Elisp applications needing consistent, self-documenting interfaces to REST APIs.
Stars
50
Forks
6
Language
Emacs Lisp
License
MIT
Category
Last pushed
Feb 06, 2026
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/ai-coding/vermiculus/apiwrap.el"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
reagento/descanso
A modern and simple way to create clients for REST like APIs
mikestead/openapi-client
Generate ES6 or Typescript service integration code from an OpenAPI 2 spec
grafana/openapi-to-k6
A CLI tool to convert an OpenAPI schema to a TypeScript client to use with k6.
verizonconnect/ngx-form-generator
Generate Angular ReactiveForms from OpenAPI documents
yhnavein/swaggie
Tool for generating TypeScript client code for given Swagger API endpoints