-
Notifications
You must be signed in to change notification settings - Fork 10
[API]: Unify Send API #207
Copy link
Copy link
Open
Labels
APIThis issue or pull request is about API (e.g. unclear API, new API, API change, deprecation)This issue or pull request is about API (e.g. unclear API, new API, API change, deprecation)breakingThis issue will most likely require breaking changes to the API.This issue will most likely require breaking changes to the API.
Description
Currently each Astarte Device SDKs has a different name for the function that allows publishing data to an Astarte instance.
We want to unify the Send API across all SDKs to avoid confusion for the end user, who may use different SDKs for various use cases and could become disoriented.
All SDKs will implement the unified API for publishing data to an Astarte instance.
API for publishing a property value :
def set_property(...);
def unset_property(...);API for publishing a individual value :
def send_individual(...);API for publishing a object value :
def send_object(...);Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
APIThis issue or pull request is about API (e.g. unclear API, new API, API change, deprecation)This issue or pull request is about API (e.g. unclear API, new API, API change, deprecation)breakingThis issue will most likely require breaking changes to the API.This issue will most likely require breaking changes to the API.