0
Where to learn API calling?
I've learnt front-end web development from SoloLearn and Freecodecamp.com. Now I've a project it requires API calling. I've googled it no impressive results i got. I'm confused now. I don't know which web site i should prefer. I want to learn from very basics. Please help me with this. Thanks
1 Réponse
0
Every API is different. So only place you could learn it is from it’s doc.
What API are you using. Almost always they uses GET request.
If you don’t want to use server side you should take a look at ajax or xml requests