issues
search
transition-zero
/
tz-client
A client repository for accessing FEO data programmatically.
https://docs.feo.transitionzero.org
Apache License 2.0
22
stars
3
forks
source link
Feat/asset node consolidation
#13
Closed
Lkruitwagen
closed
11 months ago
Lkruitwagen
commented
11 months ago
Description
remove broken code
consolidate asset and node schemas
make
api
level classes return pydanitc models not json
Checklist
[ ] Dependencies install correctly in a clean environment and code executes;
[ ] Test coverage extended; created tests fail without the change (if possible);
[ ] All tests passing;
[ ] Commits follow a type convention (e.g.
https://gist.github.com/brianclements/841ea7bffdb01346392c#type
);
[ ] Extended the README, documentation and/or docstrings, if necessary;
Description
api
level classes return pydanitc models not jsonChecklist