seatable / seatable-api-python

SeaTable Python API provide list/add/update/delete records in tables.
https://seatable.github.io/seatable-scripts/
Apache License 2.0
16 stars 8 forks source link

Now accepting requests.Session() for Api classes #77

Open valleedelisle opened 1 year ago

valleedelisle commented 1 year ago

Created a ApiBase class that accepts requests.Session() objects. This will allow developpers to have more control over the requests parameters like disabling ssl verification.

fixes #78

Signed-off-by: David Vallee Delisle me@dvd.dev