© 2022 Hashnode
#apis
TL;DR This article is for those who want to quickly glance over Golang and build a small project, it serves as an introduction into the language. After going through the post you will know how to buil…
Did you know that you can connect to the FedEX® Track API and obtain real-time tracking information for FedEX® shipments? In this article, you will be learning exactly how to do just that by utilizing…
By now, we should have all our items in place to start hosting our Revue Sendy script. Let's do a quick recap of what we've built so far: We wrote the sync plan We collected and tested all APIs We st…
What is API ? Application Programming Interface (API) is a software interface that allows two applications to interact with each other without any user intervention. API is a collection of software fu…
We've recently announced that WunderGraph is now fully open source. Today, we'd like to explain how you can leverage our API Developer Framework to add Edge Caching to your GraphQL APIs without lockin…
Introduction As a non-techie or a newbie in the tech scene, you have probably heard the term API get tossed around a lot by software developers. If you are wondering what it means, I got you! This art…
Introduction Hello,👋 For the last week, I have been diving deep into learning and demystifying APIs, yes with python. There are a couple of lessons I have learned and I will share them below. APIs a…
So far, we have been running scripts in an IIFE, which works fine for those that need to run every time we invoke it. But for the last part, we need a route to which a webhook can post data. We need t…
GraphQL has been around since 2012(inside of Facebook😅). But Facebook made it public in 2015 and since then, it has become one of the most use Back-end architecture. The question is what exactly is…
The Myth? Legend has it that you can only interact with web services using REST APIs. The same legend also states that HTTP is the only way of communication on the interweb. And I am here to bust thi…