0% found this document useful (0 votes)
7 views1 page

FastAPI API Types Overview

The document outlines different types of APIs, including SOAP, RPC, WebSocket, and REST APIs, highlighting their methods of information exchange. SOAP uses XML files, RPC involves function calls, WebSocket allows bi-directional data flow with JSON, and REST utilizes HTTP functions like GET and POST. It emphasizes the client-server architecture for information exchange between web browsers and servers.

Uploaded by

fongangbryan15
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
7 views1 page

FastAPI API Types Overview

The document outlines different types of APIs, including SOAP, RPC, WebSocket, and REST APIs, highlighting their methods of information exchange. SOAP uses XML files, RPC involves function calls, WebSocket allows bi-directional data flow with JSON, and REST utilizes HTTP functions like GET and POST. It emphasizes the client-server architecture for information exchange between web browsers and servers.

Uploaded by

fongangbryan15
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd

API (APPLICATION PROGRAMMING INTERFACE)

1) SOAP APIs (Simple Object Access Protocol, XML) client and server exchange
informatioin using xml files
2) RPC APIs (Remote Procedure Calls, function)
3) WebSocket APIs (JSON Object) information flows in both directions btw the
clients and server
4) REST APIs (Representational state transfer) http fonctions (GET, POST, PUT) or
web APIs
-> Client-Server Architecture
-> Exchange information between web browser and server

You might also like