Y
Hacker News
new
|
ask
|
show
|
jobs
by
hansjorg
3401 days ago
Looking at the requirements.txt in the repository, it's a Python project using Flask, SQLAlchemy and Celery with MySQL and Redis for storage.
1 comments
muminoff
3401 days ago
I meant API documentation. Looks like they've Apiary-like interactive documentation.
link
hansjorg
3401 days ago
Oh. Seems to be something called readme.io?
http://readme.io/
link
muminoff
3401 days ago
Yep. But I was looking for some open-source solution other than Swagger.
link
kossae
3401 days ago
You can get a layout with similar functionality using Slate (
https://github.com/lord/slate
).
link