Schwerpunktthema

API

Fachartikel, Podcasts, Vorträge und mehr zum Thema API.
Artikel

HTTP-Feeds

Für asynchrone Schnittstellen braucht es nicht immer Apache Kafka oder RabbitMQ. Sie lassen sich auch ohne Middleware einfach über HTTP-APIs gestalten.

Podcast

API-Stile

Wie und womit baut man ein gutes API?

Artikel

RESTful HAL APIs

Pragmatische Küchentricks

Case Study

Eine Schnittstelle für Deutschlands größten Fahrzeugmarkt

VeDaH – Die international einsetzbare Fahrzeugdatenbank für mobile.de
Blog-Post

Why RESTful communication between microservices can be perfectly fine

Recent debates about REST versus message passing in microservice communication have led to some confusion. What is meant with asynchronous communication in this context and why is REST a perfectly valid choice?

Blog-Post

Praktikumsbericht „Web Discoverable Hypermedia“

Podcast

REST und HTTP

Die dritte Auflage ist endlich da!

Blog-Post

Declarative HTTP API Testing with gabbi

While HTTP APIs are ubiquitous these days, testing and documenting such APIs remains somewhat awkward: Tests usually consist of procedural code that is specific to the respective language or even framework - which is neither very expressive nor easy to maintain.