vermiculus/apiwrap.el
Generate wrappers for your API endpoints!
This tool helps Emacs Lisp developers create well-documented functions to interact with external web APIs, like GitHub. You provide the raw API request logic, and it generates Elisp functions that transform your requests into clear, documented calls. It's for developers building Emacs Lisp applications that need to communicate with various online services.
Use this if you are an Emacs Lisp developer who wants to standardize and simplify how your application code interacts with external APIs, ensuring consistent documentation and function structure.
Not ideal if you are not an Emacs Lisp developer or if you need a simple client for a single API endpoint without the need for extensive code generation or standardized wrappers.
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
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.
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
verizonconnect/ngx-form-generator
Generate Angular ReactiveForms from OpenAPI documents