TECHNICAL BLOG

HEY Techie’s! Come up and explore latest happenings relating technology with tech curious me!!!

  • REST API WITH JSON

    October 15, 2020 by

    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

    July 27, 2019 by

    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

    July 24, 2019 by

    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

    July 21, 2019 by

    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

    July 19, 2019 by

    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?

    July 15, 2019 by

    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

View all posts

Follow My Blog

Get new content delivered directly to your inbox.

Leave a comment

Design a site like this with WordPress.com
Get started