API Client Migration: From Postman to Bruno
Why We Switched to the Offline-Focused Bruno Every API developer knows that to build an API properly you need a reliable client for testing and interacting with the API. Ideally this tool should be fr…
Florin Bidirean · Mar 25, 2026 Read more → Dotkernel APIContent Negotiation in Dotkernel REST API
Content negotiation is an important aspect of RESTful APIs to make it possible for diverse systems to work seamlessly together. It's based on enabling clients and servers to agree on the format and la…
Florin Bidirean · Nov 27, 2024 Read more → Dotkernel APIError reporting endpoint in Dotkernel API
Dotkernel API has received a lot of love from our developers, with regular updates to the platform for years. We use Dotkernel API in our projects, so any bugs and issues are addressed as soon as they…
Florin Bidirean · Aug 29, 2024 Read more → Dotkernel APIOpenAPI implementation in Dotkernel API
What is OpenAPI? The OpenAPI Specification provides a consistent way to develop and interact with an API. It defines API structure and syntax in a universal way, regardless of the programming language…
Florin Bidirean · Jul 30, 2024 Read more → Dotkernel APIDotkernel API versus Laminas API Tools
Below we have created an analysis of the basic features available in Laminas Api Tools and Dotkernel API. It's intended to highlight the differences between the two and also to showcase why Dotkernel…
Florin Bidirean · Jun 03, 2024 Read more → Dotkernel APIAPI Endpoint to Collect Client Errors
API Endpoint to Collect Client Errors Let's say you have a (Client) Frontend (e.g.
SergiuB · Nov 07, 2022 Read more → Dotkernel APIHow to implement MailChimp in Dotkernel API
This article will walk you through the process of implementing MailChimp into your instance of Dotkernel API using drewm/mailchimp-api Step 1: Add the library to your application using the following…
Alex Karajos · Jan 04, 2020 Read more → Dotkernel APIDotkernel API 1.0.0 Released
Dotkernel API has come a long way since this post was created. Check out the newest version of Dotkernel API to stay up to date with the latest functional and security features.
Alex Karajos · Dec 15, 2019 Read more → Dotkernel APIDotkernel API Server Side Authorization
This article covers the basic authorization of a Server Side application built using Dotkernel API Protecting an endpoint no-auth: the resource can be accessed without the need of authentication/auth…
Alex Karajos · Sep 05, 2019 Read more → Dotkernel APIDotkernel API Client Side Authorization
This article covers the basic authorization of a Client application which use a backend built using Dotkernel API Authorization Request Client application users send a POST request to the backend cont…
arhimede · Aug 05, 2019 Read more →