API

By Doug

A source-code interface provided by a computer system or program library to support a computer program's requests for services. Unlike an application binary interface, an API is specified in terms of a programming language that can be compiled when an application is built, rather than an explicit low-level description of how data is laid out in memory....

  • TAGS

A source-code interface provided by a computer system or program library to support a computer program’s requests for services. Unlike an application binary interface, an API is specified in terms of a programming language that can be compiled when an application is built, rather than an explicit low-level description of how data is laid out in memory.