ml-opensource / API-manifesto

Documents how to write APIs
6 stars 5 forks source link

Topic: BFF #25

Open cweinberger opened 4 years ago

cweinberger commented 4 years ago

BFF = Backend-For-Fronted

Usually mobile clients prefer to have all information needed to render a page in a single call. What we did for values projects is to provide a Restful API but also additional "feeds" for rendering more complex screens.

F.x. there is a /stocks/{id} endpoint but also a /feeds/stocks/{id} that exposes more information.

JustinBusschau commented 4 years ago

I did a lot of research on BFF for Avon. I have started writing this up into a blog post. Let's align.