-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* small changes to prepare for tools * Implemented tools-turbopitch endpoints * added pandas and pydantic inventories * added isort to the list of tools * change copyright year? * added missing `audience-groups` to the list of supported endpoints * fixed some docstring typos * prepare for deprecations * add config to refuse-list for doc generation * integration tests for tools endpoints * added documentation for tools endpoints * added isort to list of tools * checked off tools item in v2 roadmap * minor styling changes * added release notes for 1.1 * version bump * mention new tools functionality * make raise_if_fails context manager private * improve tools * update release notes * remove v2 roadmap * fixed dtype for test comparisons * fixed another dtype for comparisons
- Loading branch information
Nacho Maiz
authored
May 20, 2024
1 parent
c69163b
commit 46bc420
Showing
22 changed files
with
1,458 additions
and
86 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
"""Constants for the API connection""" | ||
|
||
from typing import Final | ||
|
||
BASE_URL: Final[str] = "https://fount.wppbav.com/api/v2/" | ||
USER_AGENT: Final[str] = "BAVAPI SDK Python" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.