Y
Hacker News
new
|
ask
|
show
|
jobs
by
muminoff
3400 days ago
Cool. Just checked API documentation [1], looks great. What tools/language/library are used?
1.
https://docs.staffjoy.com/v2/docs
1 comments
hansjorg
3400 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.
link
muminoff
3400 days ago
I meant API documentation. Looks like they've Apiary-like interactive documentation.
link
hansjorg
3400 days ago
Oh. Seems to be something called readme.io?
http://readme.io/
link
muminoff
3400 days ago
Yep. But I was looking for some open-source solution other than Swagger.
link
kossae
3400 days ago
You can get a layout with similar functionality using Slate (
https://github.com/lord/slate
).
link