API Research - bounswe/bounswe2017group3 GitHub Wiki
Introduction
API is the abbreviation for Application Programming Interface. It allows users, who are not deeply familiar with that application, to use tools methods and other features of that application without getting into the complexity of the application. One can use all the features of that application even if there is not an API; however, APIs reduces the complexity a lot. To illustrate; we can associate the API of an application to libraries of a programming language.