An api for storing and retrieving decomp project progress 🐸
Go to file
Ethan Roseman 5d619698c4
Validate category creation requests, unit test (#15)
* Validate category creation requests, unit test

* unit tests
2022-08-27 02:34:59 -04:00
.github/workflows Validate category creation requests, unit test (#15) 2022-08-27 02:34:59 -04:00
.vscode initial shtuff 2022-08-19 19:35:05 +09:00
consumer_scripts Validate category creation requests, unit test (#15) 2022-08-27 02:34:59 -04:00
frog_api Validate category creation requests, unit test (#15) 2022-08-27 02:34:59 -04:00
frogress Add some POSTing functionality and some python files to make POST requests (#9) 2022-08-25 15:26:27 +09:00
.gitignore db changes 2022-08-20 12:33:37 +09:00
CONTRIBUTING.md just human things (#7) 2022-08-25 12:56:00 +09:00
LICENSE just human things (#7) 2022-08-25 12:56:00 +09:00
README.md just human things (#7) 2022-08-25 12:56:00 +09:00
manage.py CI (#6) 2022-08-25 12:41:19 +09:00
mypy.ini CI (#6) 2022-08-25 12:41:19 +09:00
poetry.lock Validate category creation requests, unit test (#15) 2022-08-27 02:34:59 -04:00
pyproject.toml Add some POSTing functionality and some python files to make POST requests (#9) 2022-08-25 15:26:27 +09:00

README.md

Frogress

An API for storing/retrieving decompilation progress

Development

For those interested in contributing to frogress's development, please see CONTRIBUTING.md.

Usage

The API will be hosted at https://progress.deco.mp. Usage guide coming soon.

TODO: add example curl commands as well as code snippets / CSV parser for existing format