cswimr
cb87400278
bunch of stuff this update, including a full documentation site (still a WIP) there is now a cache created whenever an instance of `FloweryAPI` is instantiated, so you don't have to query the api and iterate through the api response to retrieve a single voice anymore! function names have also been changed with this update, hence the major version bump. `get_tts()`, `get_voices()`, and `get_voice()` have been renamed to `fetch_tts()`, `fetch_voices()`, and `fetch_voice()` respectively. `get_voices()` still exists, but with different functionality (that method retrieves voices from the internal cache instead of querying the flowery api) !BREAKING
9 lines
465 B
Markdown
9 lines
465 B
Markdown
# Rest Adapter
|
|
|
|
/// admonition | Internal Functions
|
|
type: warning
|
|
These functions are meant for use in other parts of the module. You *probably* shouldn't be calling these manually.
|
|
If there's an endpoint method missing from the main [FloweryAPI](flowery.md) class, you should open an [issue](https://www.coastalcommits.com/cswimr/PyFlowery/issues) (or a [pull request](https://www.coastalcommits.com/cswimr/PyFlowery/pulls)).
|
|
///
|
|
|
|
::: pyflowery.rest_adapter
|