UNDISTURBED REST
A guide to designing the perfect API
1.WHAT IS AN API?
 API (Application Programming Interface) is a software
intermediary that allows two applications to talk to each other.
 There are many types of APIs.
 Web APIs: Simple Object Access Protocol (SOAP), Remote
Procedure Call (RPC), Representational StateTransfer (REST).
 …
1.WHAT IS AN API?
 1.1.Web APIs
 Web API (Web Service) provides an interface forWeb applications, or
applications that need to connect to each other via the Internet to
communicate.

Rest api

  • 1.
    UNDISTURBED REST A guideto designing the perfect API
  • 2.
    1.WHAT IS ANAPI?  API (Application Programming Interface) is a software intermediary that allows two applications to talk to each other.  There are many types of APIs.  Web APIs: Simple Object Access Protocol (SOAP), Remote Procedure Call (RPC), Representational StateTransfer (REST).  …
  • 3.
    1.WHAT IS ANAPI?  1.1.Web APIs  Web API (Web Service) provides an interface forWeb applications, or applications that need to connect to each other via the Internet to communicate.