Skip to content
/ bozbo Public

Fast Fake API for prototype with CFG setup

License

Notifications You must be signed in to change notification settings

gutierri/bozbo

Repository files navigation

bozbo

Fast Fake API with simple setup using CFG files.

Install and usage

Install bozbo

$ pip3 install git+https://github.com/gutierri/bozbo

Create a file routes.cfg with:

[my-endpoint]
methods = get
response = name
           address

Running:

$ bozbo
Bottle v0.12.16 server starting up (using WSGIRefServer())...
Listening on http://localhost:8080/
Hit Ctrl-C to quit

To receive JSON response, just access localhost:8080/my-endpoint

Releases

No releases published

Packages

No packages published