Skip to content

[question]: Will the DefaultApi.beginLiveActivity() function ever align with the REST API? #39

@edrobotij

Description

@edrobotij

How can we help?

Hello, I'm currently working on a feature involving Live Activities with iOS and noticed differences between how this project and the REST API work. I was referring to the Start Live Activity REST API documentation when I noticed them. They are as follows:

  • A push token is required in the Java API, the REST API does not have that requirement.
  • Only one subscription id can be provided with the Java API, the REST API can be provided multiple.
  • The activity type in the request URL sent from the Java API is always token, this can be set to whatever string is needed when using the REST API.
  • The URL used in the Java API differs from the REST API.

I'm currently writing my own wrapper code to get around these differences, but was wondering if the Start Live Activity functionality from the REST API would ever make it's way into this project?

Thanks!

Code of Conduct

  • I agree to follow this project's Code of Conduct

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions