No description
| .gitignore | ||
| mocha.db | ||
| mocha_server.py | ||
| README.md | ||
| requirements.txt | ||
| test.py | ||
API endpoints:
| Endpoint | Return |
|---|---|
/mocha/users/{user_id} |
row with the given user |
/mocha/users/* |
all rows |
| .gitignore | ||
| mocha.db | ||
| mocha_server.py | ||
| README.md | ||
| requirements.txt | ||
| test.py | ||
| Endpoint | Return |
|---|---|
/mocha/users/{user_id} |
row with the given user |
/mocha/users/* |
all rows |