TECHNICAL BLOG
HEY Techie’s! Come up and explore latest happenings relating technology with tech curious me!!!
-
REST API WITH JSON
REST APIs should accept JSON for request payload and also send responses to JSON. JSON is the standard for transferring data. Almost every networked technology can use it: JavaScript has built-in methods to encode and decode JSON either through the Fetch API or another HTTP client. Server-side technologies have libraries that can decode JSON without… Read more
-
REST ARCHITECTURAL STYLE
A REST API performs the requests and receive responses via HTTP protocol to POST, DELETE, GET, PUT the data. It works by creating small modules to address each part of function (for example, transaction) and completes the entire task efficiently. Getting clear with the key motive of REST API, lets go further with the main… Read more
-
SOAP V/S REST API
Having learnt basic definitions about two methodologies of creating an API, lets go further as to how both of these actually work in practical.ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย SOAP is a standardized protocol that sends messages using other protocols such as HTTP(Hyper Text Transfer Protocol) and SMTP(Simple Mail Transfer Protocol). It has strict guidelines and advanced security features.… Read more
-
WEB SERVICE APIโS: REST AND SOAP
After learning basic aspects of API and its basic types, lets now move ahead to web service apiโs which serve our main agenda of building and communicating two softwareโs. So, what is basically a web service? Web service facilitates interaction between two softwareโs. It has an interface (API) which allows this connectivity. Keeping this… Read more
-
BASIC TYPES OF APIโS
Recapitulating need of APIโs, lets us move towards different types of API we are used to cater requirements of the company or organization. APIโs are divided as: OPEN APIโS: As the name suggests, these APIโs are accessible at public level without any restrictions. PARTNER APIโS: Theses APIโs deny access unless specific rights or license… Read more
-
WHY DO WE NEED API? HOW DOES IT MAKE EVERYTHING SIMPLE?
Cโmon letโs do a quick recap to basic meaning of API which we learnt. API is a software intermediary that allows two applications to talk to each other. Now the question arises why do we need API? How does it help us?Enabling interaction between two or more websites or softwareโs, API renders an easy access… Read more
-
APPLICATION PROGRAMMING INTERFACE (API) WHAT IS IT? OH WAITโฆLETS EXPLORE
Letโs take a scenario. Getting almost done with month long stress of work routine, you decide to go for week-long trip to Maldives. Okay, so for it, what is first thing you need to do? Yes, quickly grap up your lappy and open booking website, right? Cโmon letโs reach out this process technically. You browse… Read more
Follow My Blog
Get new content delivered directly to your inbox.