Skip to content
This repository was archived by the owner on Mar 16, 2024. It is now read-only.
This repository was archived by the owner on Mar 16, 2024. It is now read-only.

hub.Repositories() return s error if there are more repository than fetched per page #82

@daolis

Description

@daolis

registry.getPaginatedJSON(url, &response) in registry.repositories uses
a URL including protocol, and base URL at the fist call and fetches the list of repositories correctly.
e.g. url = https://myrepository/v2/_catalog

BUT it returns the URL to fetch the next page without the base URL
e.g. /v2/_catalog?last=something&n=100&orderby=

next call to registry.getPaginatedJSON(url, &response) return an error: unsupported protocol scheme ""

I guess the same error will happen for Tags (registry.repositories)

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