Skip to content

Items get_all produces invalid request url #2

@sihrc

Description

@sihrc

gw2api.v2.items.get_all() doesn't seem to produce a valid request.

requests.exceptions.HTTPError: 400 Client Error: unable to use 'all' keyword for this API for url: https://api.guildwars2.com/v2/items?lang=en&ids=all

From the GW2 API docs:

Request the list of all available items ids when the root endpoint (v2/items) has been accessed.

Should probably be: GET https://api.guildwars2.com/v2/items?lang=en

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