Skip to content

APi

Mostly used two types

REST, SOAP

reprenstlational state tranfer (all purpose web,) xml,html,json,text easy format own mostly json (javascript object notation) Use any format worldwide used json, json is lightweight.

simple object access protocol (messaging system) xml format is heavy.

soap use websocket wsd

rest api use's http api portocoal use asyncrinious

rest is a syncrinious stateless (rest is client server architecture)

  • crud

post create get read put update delete

--- REST --- limited resouces and bandwidth