satwikkansal / python_blockchain_app

A fully functional blockchain application implemented in Python from scratch (with tutorial).
819 stars 471 forks source link

OpenAPI API spec #64

Open developer79433 opened 1 year ago

developer79433 commented 1 year ago

It would be somewhat neat/cool/cute if the RESTful API were documented using OpenAPI. Then you could programmatically generate API documentation and clients in various programming languages. You could also leverage Swagger UI as an API client, instead of having to build a bespoke one in HTML5.

satwikkansal commented 1 year ago

That sounds like a good idea, I might not have time to work on it before the next major revision (not sure when that's gonna be), so if someone wanna play with it before that, feel free :)