Keploy Blog Website
-
My Keploy API Fellowship Journey
As far as I remember It was the 17th of Aug, one of my friends Yash shared the link for the Keploy API fellowship journey. He said we should join it as it is related to API. As I am learning android development, there are a lot of articles where I come across the term…
-
Teleport into tech space through API Gateways
You might be wondering, Is there a need to use an API Gateway? Can API alone cannot handle all the communication between the users and services? Well, Let’s tackle all the questions coming to your mind one after the other. So, are you ready for a ride into the world of APIs? Before Diving deep…
-
Common Challenges in API Testing
Introduction! Sometimes API Testing can be challenging and frustrating. Every person who’s doing API Testing has to go through it eventually. And there is no other way other than to go through the phase and find a solution. As a tester I have experienced some of these frustrating moments in API Testing, and to know…
-
Difficulties of API Testing
During one of my internships, I came to know about API testing which was a hectic job, along with so many difficulties of API testing and frustrations, So I decided to find out several kinds of difficulties that are faced during the testing process which are mentioned below. Technical Difficulties Wrong Rest API Parameter Generally,…
-
Swagger beginners guide – Design and Document your APIs
Hello folks, let’s learn something new today. Some of you might have stumbled onto this blog and some might have heard about Swagger and would be wanting to know more. In either case I promise, after reading this blog, you would have increased your knowledge about swagger beginners guide and how it can help you…
-
The Rise of Web Connectivity: A History of APIs and Innovation
Introduction The term "Application Program Interface" first appeared in a paper called Data structures and techniques for remote computer graphics presented at an AFIPS (American Federation of Information Processing Societies) conference in 1968. It was used to describe the interaction of an application with the rest of the computer system. The Origins of APIs In…
-
Understanding HTTP and HTTPS for Secure Web Communication
Every time a user visits a website, data is transmitted between the web browser and the server through a structured communication protocol. HTTP (Hypertext Transfer Protocol) is the foundation of this exchange, enabling the transfer of web pages, images, and other resources. However, as cybersecurity threats have evolved, the need for a more secure communication…
-
Understanding the components of APIs
Before I start to bore you with some technical terms of an API, I would highly recommend getting a deep understanding of APIs. So, Let’s go for components of APIs. To help you out with that, do read the blog about the Basics of APIs. It’s a 6min read written in simple English so it…
-
DevRel at Keploy - Experience
Let’s first address the elephant in the room, shall we? Who is a DevRel? What does a DevRel have to do? How is it any different from marketing? It’s been a month at Keploy as a DevRel so this blog will be written from a one-month-old DevRel’s perspective. A DevRel’s (Developer Relations) work includes managing…
-
What is an API and My learnings with them
As a beginner, the term "API" sounded really difficult to me. But today, whenever building a full-fledged application with my team, I always think about what APIs would be needed for the application. I also get annoyed if I don’t get proper documentation of those APIs. As a beginner, I was able to understand the…