Releases: znamlab/flexilims
Releases · znamlab/flexilims
Flexilims v0.9
Flexilims v0.8
Minor release, removing some warnings
flexilims v0.7
v0.7
- Add a
safe_execute
method toFlexilims.Session
to token refresh. This method
is used inside all other methods to ensure that the token is valid before
executing the request. If the token is invalid, the method will try to refresh
it and execute the request again. If the token cannot be refreshed, the method
will raise an error.