Skip to content

project_version_info() is broken #167

Closed
@wonder-sk

Description

@wonder-sk

After the update to workspaces, there was a change in API and the endpoint /v1/project/version/{namespace}/{project_name} which is used by project_version_info() does not exist anymore unfortunately.

We need to fix this by using the paginated version listing:
/v1/project/versions/paginated/{namespace}/{project_name}?page={version}&per_page=1&descending=false

The returned result is slightly different - to update the response parsing code...

We need to add a unit test as well.

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions