Skip to content

SIO API versions not returned correctly #24

@swevm

Description

@swevm

For every login

self._api_version = None

is populated with current SIO API version number. There are differences between SIO 1.31 and 1.31 in terms of how some API methods are called. Additional parameters are attached to some returned JSON data as well which need to be handle correctly. Since 1.1 is returned for both .31 and .32 it makes it much harder to implement code that handle differences.
Values returned by /api/version:
1.0 for SIO 1.30
1.1 for SIO 1.31
1.1 for SIO 1.32

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions