Systems | Development | Analytics | API | Testing

API

Migration Options for IBM Cloud API Gateway Customers

IBM recently announced the deprecation of its Cloud API Gateway, a service used to create and manage APIs by placing a gateway in front of existing IBM Cloud endpoints. With this move, IBM Cloud Functions and IBM Cloud Foundry are no longer able to use Cloud API Gateway service for rate limiting, splitting, and authentication.

How Load Testing and Mocks Work Together

If you’ve worked with load testing before, you know that there are a lot of things to consider. Whether or not you should combine load testing and mocks is one of those considerations. Getting to the answer requires knowledge of your infrastructure and your development procedures, which will all influence what questions you need to ask yourself.

5 Essential APIs for Application Integration

Trying to determine what applications your organization needs? The application integration question can be a challenging exercise. According to a recent study, only 30% of companies succeed at digital transformation. Their lack of innovation proved one key point: companies must be agile and quick enough to implement new technologies if they wish to remain competitive.

HTTP Status Code to Use for CRUD Operation

When responding to our clients, we can utilize various status codes defined by the HTTP protocol. Others wish to fully utilize HTTP's library of codes to inform their clients of any issues; some APIs simply use the most fundamental codes and develop their own error-signaling systems on top of them. This tutorial explains the CRUD actions and the status codes you should employ for a clean API design.

Driving Digital Experiences via Cloud Native Applications

There may be dozens of off-the-shelf and Software-as-a-Service (SaaS) solutions available, but organizations still need to write their own applications if they expect to compete. We live in an experience economy, meaning every IT effort and spend inside modern enterprises must focus on providing better digital experiences internally and externally. These unique digital experiences, delivered using application software, are the key to standing out from the crowd and unlocking top-line growth.

How to Sell Your APIs

As we all know, APIs are absolutely everywhere. APIs power almost every aspect of a modern tech business and even non-tech businesses. You may have an internal API that is used by developers to power internal systems and external APIs which expose functionality more publicly. As with any functionality, APIs can also be used to drive revenue by selling them to users in need. Whether you’re selling a REST API, GraphQL API, or other API, learning how to sell your API has become a popular ask.

Configure SAML 2.0 Single Sign-on with Kong Enterprise

Security Assertion Markup Language (SAML) is an XML-based open standard that allows organizations to set up single sign-on (SSO) across multiple websites and applications. SAML 2.0 is the latest standard, and was ratified in March 2005, replacing SAML 1.1. We’ll refer to SAML as meaning SAML 2.0 for the remainder of this document. SAML is mostly used as a web-based authentication mechanism as it relies on using the browser to broker the authentication flow.

Top 5 Python REST API Frameworks

Python is an extremely popular programming language for building RESTful APIs. Choosing the right framework to create your APIs with is a crucial factor in the initial build phases. In this post, we will explore 5 of the most popular REST API frameworks for building web APIs with Python. These frameworks all leverage Python but have varying levels of complexity and customization. First, let’s dig into some key factors in deciding which framework to begin building with.