This repository has been archived by the owner on Nov 18, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 26
Conversation
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
JarbasAl
added a commit
to OpenVoiceOS/ovos-backend-client
that referenced
this pull request
Oct 3, 2022
JarbasAl
added a commit
to OpenVoiceOS/ovos-backend-client
that referenced
this pull request
Oct 4, 2022
JarbasAl
added a commit
to OpenVoiceOS/ovos-backend-client
that referenced
this pull request
Oct 4, 2022
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
JarbasAl
added a commit
to OpenVoiceOS/ovos-backend-client
that referenced
this pull request
Oct 4, 2022
install optional deps for workflows oauth api for offline backend - companion PR to OpenVoiceOS/ovos-personal-backend#36 add oauth, companion PR OpenVoiceOS/ovos-personal-backend#36 split oauth api from device api, split metrics api from device api split dataset api from device api split email api from device api offline backend support split backends into their own modules for cleanliness rename to ovos-backend-client add database helper + compat with device db personal backend UI comparison table in readme optional requirements.txt handle missing timezone data rename + AbstractBackend support api registry concept signal breaking change in versioning
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
adds oauth endpoints, closes #23