Question:

What is a api code and how i can read this ?

by Guest44551  |  earlier

0 LIKES UnLike

pls give information about how i can read the api code????????

 Tags:

   Report

1 ANSWERS


  1. API stands for Application Programming Interface.

    It is a definition of a program to be used by other programs. It details it's 'public' operations and gives a developer information about what it does. It will tell you input and output types as well as method names.

    Within the API you will find a list of operation names. Look at them to determine which ones you need. Once you find what you need - read them to find out what data they require and what data they will respond with.

Question Stats

Latest activity: earlier.
This question has 1 answers.

BECOME A GUIDE

Share your knowledge and help people by answering questions.