API - Few types of API

Web Service APIs
SOAP (Simple Object Access Protocol)
XML-RPC (Extensible Markup Language - Remote Procedure Call)
JSON-RPC (JavaScript Object Notation - Remote Procedure Call)
REST (REpresentational State Transfer)

OS Functional APIs
Access to file system
Access to User Interface

Hardware APIs
Video Acceleration
Hard disk drivers
PCI Busses (Peripheral Component Interconnect Busses)

Comments

Popular posts from this blog

WP register_post_type() with custom CMB2 meta box

Git post receive setup at server for git push to the production from local machine