Skip to content

πŸš€πŸ˜„ [1.0.1] NocoDB library Version!!

Compare
Choose a tag to compare
@elchicodepython elchicodepython released this 04 Mar 12:40
· 23 commits to master since this release

New Features

Raise NocoDBAPIError exception for unsuccessful requests

NocoDBAPIError exception will be raised when the request did not return a sucessful response. Otherwise, it's hard to know whether the request was a success or not.

Thanks to @delenamalan for this feature!