This repository has been archived by the owner on Nov 20, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
install optional deps for workflows fix tests leave ovos and neon backends to a follow up PR oauth api for offline backend - companion PR to OpenVoiceOS/ovos-personal-backend#36 add oauth, companion PR OpenVoiceOS/ovos-personal-backend#36 fix oauth endpoint url fix device/admin endpoint urls split oauth api from device api, only selene implements it neon_utils dependency only, not neon_api_proxy better support both ww upload device endpoints fix default upload url value make func signatures match upload_url for wakeword param upload_url for wakeword param split metrics api from device api split dataset api from device api split email api from device api offline backend email sending support requirements.txt add offline STT endpoint fix token refresh fix ovos weather missing pairing utils stt endpoints continue adding endpoints cleanup code split backends into their own modules for cleanliness rename again to ovos-backend-client + improve personal backend UI compat cleanup docstrs and rename stuff add database helper + compat with device db personal backend UI wakeword metadata compat - UI tagger comparison table in readme no_backend support metrics / ww offline backend ui compat offline backend - skill settings handling device meta json_database backwards compat admin/device api neon+ovos optional requirements.txt initial support for offline device api admin_api support for offline backend handle offline detect better handle missing timezone data no_backend geolocation add neon backend rename + OVOS "Fake" Backend support api registry concept signal breaking change in versioning
- Loading branch information
Showing
34 changed files
with
2,317 additions
and
764 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,5 @@ | ||
from ovos_backend_client.api import DeviceApi, WolframAlphaApi, OpenWeatherMapApi, STTApi, GeolocationApi | ||
from ovos_backend_client.cloud import SeleneCloud, SecretSeleneCloud | ||
from ovos_backend_client.config import RemoteConfigManager | ||
from ovos_backend_client.pairing import is_paired, has_been_paired, check_remote_pairing, PairingManager | ||
from ovos_backend_client.settings import RemoteSkillSettings |
Oops, something went wrong.