berdav / greenpass

Scriptable green pass / Digital Covid Certificate verifier.
GNU Lesser General Public License v3.0
53 stars 21 forks source link

API conversion #29

Open berdav opened 2 years ago

berdav commented 2 years ago

It was suggested to convert the script and the library to an API.

We can do it cleaning a little bit the library structure and implement some wrappers to expose the functions over a protocol (REST?).

WathikAhmed commented 2 years ago

I can try to help you with this, I have used REST API before but never made them. If you can maybe try to get it started and I can replicate and follow through with the rest.