roapi

Generate REST APIs for static datasets without writing code

brewmacoslinux
Try with needOr install directly
Source

About

Full-fledged APIs for static datasets without writing a single line of code

Commands

roapi

Examples

Start a REST API server for a CSV file$ roapi -t csv data.csv
Create API endpoints from multiple data sources$ roapi -t csv users.csv -t json products.json
Query data via REST API with filters$ curl 'http://localhost:8080/users?name=John'