Data Structure
Networking
RDBMS
Operating System
Java
MS Excel
iOS
HTML
CSS
Android
Python
C Programming
C++
C#
MongoDB
MySQL
Javascript
PHP
- Selected Reading
- UPSC IAS Exams Notes
- Developer's Best Practices
- Questions and Answers
- Effective Resume Writing
- HR Interview Questions
- Computer Glossary
- Who is Who
Found 6 Articles for API
222 Views
If you want to develop and design APIs that can be used to exchange data over the internet, you can go for GraphQL and Rest. HTTP verbs are used by applications that Rest enables to exchange data with the server. GraphQL is used to define the ways in which client applications have to request data from a remote server. In this article, we will discuss the difference between GraphQL and rest. What is GraphQL? GraphQL is an open-source query language which uses APIs to make changes in the data. It uses a server-side runtime engine for the manipulation of the ... Read More
33K+ Views
The Internet of Things (IoT) has changed how we interact with devices and created new opportunities for businesses to gather and analyze data. However, this has created a demand for device−to−device communication that is seamless. This is where IoT Communications APIs come to play a major role in communication systems. IoT Communications APIs are a set of protocols and interfaces that allow IoT devices and platforms to communicate with one another. These APIs enable developers to create apps that interface with IoT devices over conventional web protocols including HTTP, MQTT, CoAP, and others. Internet of Things ... Read More
1K+ Views
APIs and Web services are two unique concepts in the world of software development and communication between various apps or systems. While they are frequently used interchangeably, they serve different purposes and have distinct properties. Read this article to find out more about API and Web services and how they are different from each other. What are Web APIs? An API (Application Programming Interface) is a set of rules, protocols, and tools that allow various software applications to communicate and interact with one another. It specifies the techniques and data formats that applications can use to obtain and exchange ... Read More
391 Views
In the era of digital transformation, cloud computing has become the bedrock of modern infrastructure. This paradigm shift has brought forth three cloud service models: Infrastructure as a Service (IaaS), Platform as a Service (PaaS), and Software as a Service (SaaS). This article focuses on Infrastructure as a Service (IaaS) and, more specifically, its Application Programming Interface (API). Understanding IaaS and IaaS API Before diving into IaaS APIs, let's understand what IaaS is. IaaS is a cloud computing model that provides virtualized computing resources over the internet. It provides users with raw compute, storage, and network resources that they can ... Read More
243 Views
In recent years, bare metal cloud storage has become an increasingly popular choice for businesses of all sizes. This type of cloud storage offers a number of benefits, including increased security, scalability, and flexibility. However, managing bare metal cloud storage can be a complex task, especially for businesses with limited technical expertise. In this article, we'll explore how bare metal cloud storage can be managed via portal and API, and we'll provide examples of how this approach can be used to improve storage management. What is Bare Metal Cloud Storage? Bare metal cloud storage refers to a type of cloud ... Read More
3K+ Views
The process of developing an application using microservices partitions the program's functionality into a collection of separate modules. APIs are a component of an application that allows for its communication with other software programmes. Therefore, APIs may be utilised to facilitate the creation of microservices. As a direct consequence of this, you may simplify the process of developing software.There are several microservices whose only purpose is to do internal work or to provide some assistance to API activities. But there are many ways to make an API without using microservices. This means that these technologies are more likely to work ... Read More