Browsing Tag
api
43 posts
Best API documentation tools you need
You could document APIs manually or use a documentation tool for that. API has specifications for each type…
A Beginner Developer’s Guide to APIs (with Example Project)
If you’re a beginner developer, you may have heard of APIs, but you may want some clarification on…
7 Free Public APIs you will love as a developer💖
1. JSON Placeholder JSON Placeholder is a service that provides you with fake online REST APIs for testing…
Creating Custom API Endpoints in Salesforce with Apex
Part One: SOAP-based APIs Simple Object Access Protocol (SOAP) is a messaging protocol based on requests and responses…
How to create API Documentation?
What is API Documentation? A Comprehensive Guide to Understanding APIs A Beginner’s Guide to Understanding APIs and How…
A Brief History of API: RPC, REST, GraphQL, tRPC
Background Last week I joined an event about GraphQL or TRPC discussion hosted by Guild in London. The…
20 Unique APIs For Your Next Project
APIs (Application Programming Interfaces) are useful because they allow different software systems to communicate with each other and…
Web Services Description Language
Hi! In a previous article, I wrote about SOAP based on the use of a file with API…
4 Steps to Create Google Authentication API in Node.js
Under the Hood The story began when my friend asked me about integrating Passport.js and JSON Web Token…