Bulk vs batch import: API design guidance

This article explores api bulk and bulk batch import approaches in depth, looking at use cases, design variants and bulk data api.
Exploring GraphQL Use Cases
Let’s run you through some of the basics of GraphQL, and when and why it might suit your environment better than REST.
Before designing an API, model your API: guide

Get introduced to API modeling and API design for a more efficient way of building APIs. Learn how an API model simplifies the process.
How to add REST API upsert support

Let’s add REST API upsert support – an insert statement with additional logic that ensures the new row will be updated if it already exists.
API monetization strategies

Monetize API strategies – There are many solutions to monetizing apis. Learn about your options and when best to use each of them for api monetization
What is API-first?
Product-centric api-first approach to developing APIs, viewing them as discrete products. Learn more about the API first approach.
Where does API management fit on the path to ISO 20022 adoption?
Many banking and financial services have either adopted ISO 20022 or are planning to, and API management is well-positioned to assist.
The Tyk side project fund is open!
Got a side project you need support on? Know someone who can benefit from this program? Read about our side project fund.
API lifecycle management: everything you need to know
Discover all you need to know about API lifecycle management and its role in delivering an API-first approach to your business.
REST API file upload guidance and best practices

File uploads can be tricky. The right approach allows you to offer more than the status quo. Learn how to use REST API to upload files easily