bavapi Roadmap¶
bavapi has now reached stable (v1) status
v1 Roadmap - COMPLETED¶
This is a non-exhaustive list of potential features & changes to bavapi before it is ready for full release:
Core tooling¶
-
v0.6.0pydanticV2 support -
v0.9.0Strictmypysupport with PEP 692UnpackandTypedDict -
v0.11.0Ability to use custombavapi.Queryobjects in endpoint methods and functions -
v0.11.0Improved importing experiece when using reference classes created via thebavapi-gen-refscommand -
v0.12.0Ability to control pagination for performing a lot of requests.
Known issues¶
-
v0.13.0SporadicSSL: CERTIFICATE_VERIFY_FAILEDerrors when making requests to the Fount API.
Fully-supported endpoints¶
Eventually, the plan is to support almost all endpoints. This is the current priority list:
-
v0.1.0Brands -
v0.1.0Brandscape Data -
v0.1.0Studies -
v0.4.0Audiences -
v0.10.0Categories -
v0.10.0Collections -
v0.10.0Brand Metrics -
v0.10.0Sectors -
v0.10.0Brand Metric Groups -
v1.0.0Cities -
v1.0.0Companies -
v1.0.0Countries -
v1.0.0Regions -
v1.0.0Years
Stretch goals¶
-
v0.8.1Smarter flattening of JSON responses, possibly throughpandas.json_normalize.