Skip to content
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

API url kısmı güncellendi. #1

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

halilozel1903
Copy link

Eğitiminizdeki link kırılmış. Yeni çalışan linki ekledim.

Screen Shot 2021-02-10 at 3 41 12 PM

Araştırmalarım sonucunda çalışan url'i buldum: https://graphql-pokemon2.vercel.app/ olacak şekilde update ettim.

Eğitiminizdeki link kırılmış. Yeni çalışan linki ekledim.
@halilozel1903
Copy link
Author

Derste bahsettiğiniz tarzda imageleri almak yerine direkt image url olarak döndürülüyor.

{
  "data": {
    "pokemons": [
      {
        "id": "UG9rZW1vbjowMDE=",
        "name": "Bulbasaur",
        "image": "https://img.pokemondb.net/artwork/bulbasaur.jpg"
      },
      {
        "id": "UG9rZW1vbjowMDI=",
        "name": "Ivysaur",
        "image": "https://img.pokemondb.net/artwork/ivysaur.jpg"
      },
      {
        "id": "UG9rZW1vbjowMDM=",
        "name": "Venusaur",
        "image": "https://img.pokemondb.net/artwork/venusaur.jpg"
      },
      {
        "id": "UG9rZW1vbjowMDQ=",
        "name": "Charmander",
        "image": "https://img.pokemondb.net/artwork/charmander.jpg"
      },
      {
        "id": "UG9rZW1vbjowMDU=",
        "name": "Charmeleon",
        "image": "https://img.pokemondb.net/artwork/charmeleon.jpg"
      }
    ]
  }

}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant