© 2023 Hashnode
#web-api
API authentication is the process of verifying the identity of a client requesting an API. This is an important security measure that helps prevent unauthorized access to sensitive data and resources.…
This is simple note on Delphi cross-platform development and the importance of proper date formatting. Different platforms are going to provide different results when taking a date object and formatti…
Universally Unique IDs are great to use anywhere in our application where we need random and unique IDs. In the past, we have always needed to reach for a library such as uuid in order to bring this i…
To use OpenAI's web API, you can: Directly make HTTP requests; Use a client written in PHP that will significantly simplify your journey. Option #2 is precisely what we're going to do thanks to the …
Browser APIs are used to get information about an application and discover some features via just a browser. Getting answers to many questions about an app is really easy with browser APIs. All you need is just a browser like Chrome, Safari…
Hi there! In a previous article, we learnt how to create a Web API with JWT Authentication and ASP.NET Core Identity. Let us now see how we can call this Web API from an MVC application. Our MVC app w…
Ever since I started to work on the Apache APISIX project, I've been trying to improve my knowledge and understanding of REST RESTful HTTP APIs. For this, I'm reading and watching the following source…
Payment Request API If you’ve built an e-commerce website and you’re building so you must be wanting to make the process of payment as much smooth as you can so that user doesn’t feel any difficulty …
👋 Hello guys! What if I told you console.log() is not a part of javascript? 😲 or that setTimeout() or alert() aren't part of javascript as well? 🤯 I can see the gape in your mouth and the askance i…
Pega applications have evolved and are being used on all kinds of devices - desktop, tablets, mobile etc. It is important to incorporate the latest technologies into the application to make the user e…