introduction to api

 api -> applicatioin program interface

 



four major types of web apis

open apis,(maps payment gateways search, weather,courier, chatting, music, food and restaruants)


partner apis, (google signup, facebook)

internal apis, learnvern

composite apis(payment api consistes amazon pay, paypal,heidel pay

type of webservice api

soap,rest,xmp-rpc,json-rpc


rest apis-> reperesentatiional state transfer

rest api supports json,xml tesxt and user-defined

apis

soap->  simple object access protocal

http methods

get , post,put/patch.delete



routes -> api.php

No comments:

Post a Comment

Event listening in react

 How we can listen to som eevents some envents fire like click or automatically user enters into input button , that is event on word type i...