How to read API documentation? | Sololearn: Learn to code for FREE!
Novo curso! Todo programador deveria aprender IA generativa!
Experimente uma aula grƔtis
+ 3

How to read API documentation?

After learning the basics of any language the best way forward is practice to code while getting to API docs, but, the question is how to read and understand the usage from any API documentation?

13th Oct 2018, 2:48 PM
šŸ‡µšŸ‡° Danish Khan šŸ‡µšŸ‡°
šŸ‡µšŸ‡° Danish Khan šŸ‡µšŸ‡° - avatar
1 Resposta
+ 3
All the documentations these days comes in very familiar style 1. Overview of all packages / libraries 2. Their dependencies 3. The functions / methods available 4. Required arguments (type/number) 5. Output type 6. Optional inputs given in [options ] format 7. Small explanation for do & don't
13th Oct 2018, 2:53 PM
šŸ‡µšŸ‡° Danish Khan šŸ‡µšŸ‡°
šŸ‡µšŸ‡° Danish Khan šŸ‡µšŸ‡° - avatar