-
-
Notifications
You must be signed in to change notification settings - Fork 974
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
No Data for Aegislash. #635
Comments
Aegislash does exist, but it has different forms so its endpoint isn't just Aegislash. You could query by id or a specific form name like this: |
@C-Garza thanks, but one of them ( Aegislash-Shield / Aegislash-Blade ) should have a reference to one another in the forms section like the veekun pokedex : In veekun pokedex, there is a entry for Aegislash which is Aegislash-Blade by default and references the other form. The point is, no one knows to search Aegislash-Blade instead of Aegislash. |
You can obtain the default form from the |
This is actually a pretty good point, one I've made in the past myself. Are there any issues in having a default variety for the |
The same problem with Giratina. No one searches for giratina-origin |
I have made a custom json file with all the correct references. You can cache this json into a dictionary to perform quick checks. |
Doublade's evolution and Honedge's final evolution named Aegislash doesn't have any data on the api.
Both Honedge and Doublade have their entries in the api.
Veekun's pokedex has the data and works perfectly.
Expected Behaviour:
The appropriate data should be send by the api.
Steps to Reproduce:
1.Search Aegislash on the api.
The text was updated successfully, but these errors were encountered: