python papermerge API client #483
Replies: 2 comments
-
@p-rintz I am not sure if this is right approach. As far as I know, the common approach today is to use generate clients (e.g. python client) from openapi schema yaml file. PS: |
Beta Was this translation helpful? Give feedback.
-
Heya, yeah, I did know of them, and before I started it I did see the generators for it, but, honestly, when I tried generating the client and then looked at the code, it looked not very legible. So I decided I might as well write one to learn some stuff about pytest and mkdocs 😆 |
Beta Was this translation helpful? Give feedback.
-
Hi @ciur ,
I wanted to show a rather early version of a python papermerge API client I'm working on, pypapermerge.
Before I continue with writing it I wanted to show it to you, in case you're already working on something like it privately.
I also just wanted to hear your thoughts about this, generally.
Thanks!
https://github.com/p-rintz/pypapermerge
Beta Was this translation helpful? Give feedback.
All reactions