People usually say that they use documentation and API code.
I am relatively good at JAVA, that is, I can write simple programs. Recently, for a project I'm working on, I will be asked to work on a SOAPUI tool and read the SOAPUI API for writing code in Groovy. In doing this, I asked this question.
How to start using API documentation (for any language / thing)? Lets say, I want to start using the Google Map API or the Yahoo Developer API.
Are there structured ways to read and understand the API? Which classes should be used first or how to call or use different methods.
What needs to be done before reading a specific API and how to become familiar in creating things by reading and understanding the API and start building things?
What skills do you need to do for this? How to develop such skills.
source
share