How to get all the rarities of all the Pokémon #756
Replies: 7 comments
-
💬 darriii on Discord wrote: Hi |
Beta Was this translation helpful? Give feedback.
-
💬 darriii on Discord wrote: My problem is that I don't want to make 800 http requests to get each rarity for each cart |
Beta Was this translation helpful? Give feedback.
-
💬 avior on Discord wrote: I understand, you might want to take a look at the graphql api |
Beta Was this translation helpful? Give feedback.
-
💬 darriii on Discord wrote: Graphql work with Angular? |
Beta Was this translation helpful? Give feedback.
-
💬 avior on Discord wrote: Should, it is a request based system like the rest api |
Beta Was this translation helpful? Give feedback.
-
💬 darriii on Discord wrote: Thanks bro |
Beta Was this translation helpful? Give feedback.
-
💬 falconchipp on Discord wrote: Not sure if you've found a solution, but I would recommend apollo angular |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
💬 avior on Discord wrote:
depend on your need, you can do filtering if your request is not too complex
https://tcgdex.dev/rest/filtering-sorting-pagination
but you can also use the GraphQL API if your query is something more specific https://tcgdex.dev/graphql
Beta Was this translation helpful? Give feedback.
All reactions