v1.3.0
What's Changed
- Add a
/paths
endpoint that returns the list of all the entities contained in the group. By default, the group is root so that it returns the list of all entities paths in the file #76- This relies on a new util
get_list_of_paths
that can be used in custom backends.
- This relies on a new util
- Improve the error messages when query arguments are malformed/invalid (also return 422 instead of 500) #77
- Update the API doc to reflect these changes.
Full Changelog: v1.2.1...v1.3.0