Integrations and APIs Flashcards
What are API’s?
Application Program Interfaces
set of rules and protocols that are used for building and integrating application software
What is Integration?
the process of combining different subsystems or components into one comprehensive system to ensure that they all function properly together
What is REST?
Representational State Transfer
architectural style that uses standard HTTP methods and status codes, uniform resource identifiers, and MIME types to achieve a simple way to interact in a stateless manner with a given web service.
What is SOAP?
Simple Object Access Protocol
protocol that defines a strict standard with a set structure for the message, usually in XML format
What is CURL?
tool used to transfer data to and from a server, using one of the supported protocols
Includes: HTTP, HTTPS, FTP, FTPS, SCP, SFTP, TFTP, DICT, TELNET, LDAP or FILE.