Skip to content

It is not clear how to handle sets with more than one word for the name #5

Description

@hetd54

Examples using cURL:

It is clear from the docs how to grab cards from a set with a single word name:

fetch(`https://api.pokemontcg.io/v2/cards?q=set.name:generations`
    ,{
    "method": "GET",
    "headers": {
            "X-Api-Key": API_KEY,
            "content-type": "application/json",
            "accept": "application/json"
        },
    })

However, what about Sword & Shield? Crown Zenith?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions