Skip to content

[API]: Unify Send API #207

@harlem88

Description

@harlem88

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(...);

Metadata

Metadata

Assignees

No one assigned

    Labels

    APIThis 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.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions