hackmdio / api-client

MIT License
14 stars 6 forks source link

Is there a plan for developing hackmd api-client in different language? #13

Open josix opened 3 years ago

josix commented 3 years ago

Hello @Yukaii, thank you for maintaining this repository🙇🏻‍♂️ This is helpful for me to make some automation stuff on HackMD.

I'm curious if there is a plan for developing api-client in different language besides nodejs? Since I will make some python scripts for automatically syncing all notes from HackMD to GitHub for PyConTW, we are prepared to build a similar api-client in Python so that we could make more unified codebase. Is there already an ongoing project? Or maybe I can make some contributions here.

Look forward to your reply, thank you!

mattwang44 commented 1 year ago

I just found out that HackMD released their API doc with Postman. I'd like to know if the author can also expose the underlying OpenAPI spec (in json or yaml) as well so that we can convert it into an API library in any language using OpenAPI codegen tools (e.g. this one for python) on our own?