https://github.com/gutierri/bozbo
Fast Fake API for prototype with CFG/INI setup
https://github.com/gutierri/bozbo
fake-api fake-api-json-server python python-rest
Last synced: 3 months ago
JSON representation
Fast Fake API for prototype with CFG/INI setup
- Host: GitHub
- URL: https://github.com/gutierri/bozbo
- Owner: gutierri
- License: gpl-3.0
- Created: 2019-05-20T18:26:35.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2024-08-27T22:37:00.000Z (9 months ago)
- Last Synced: 2025-01-10T22:29:20.167Z (4 months ago)
- Topics: fake-api, fake-api-json-server, python, python-rest
- Language: Python
- Homepage:
- Size: 24.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
- License: LICENSE
Awesome Lists containing this project
README
===============
bozbo
===============Fast Fake API with simple setup using CFG files.
Install and usage
===================
Install bozbo.. code-block:: bash
$ pip3 install git+https://github.com/gutierri/bozbo
Create a file routes.cfg with:
.. code-block:: cfg
[my-endpoint]
methods = get
response = name
addressRunning:
.. code-block:: bash
$ bozbo
Bottle v0.12.16 server starting up (using WSGIRefServer())...
Listening on http://localhost:8080/
Hit Ctrl-C to quitTo receive JSON response, just access **localhost:8080/my-endpoint**