Top "Hypermedia" questions

Hypermedia is a technique for working with and on data between a client and a server.

Orchestrating microservices

What is the standard pattern of orchestrating microservices? If a microservice only knows about its own domain, but there is …

http orchestration hypermedia microservices
what is hypermedia , hypermedia controls, hypermedia formats

I'm currently reading "Rest in practice" book . I'm unable to understand the following terminology Hypermedia , hypermedia format, hypermedia controls, Domain …

rest controls hateoas hypermedia
How to create a custom media type (application/vnd) for a RESTful web service?

I'm playing with REST right now and thought I properly implement HATEOAS just to get all concepts right. For that …

rest media restful-architecture hateoas hypermedia
Optionally disable HATEOAS format in Spring Data Rest

So let's say I have an existing application that has two endpoints /people and /pants. Calling GET /people returns: [ { "name":"…

rest spring-data spring-data-rest hateoas hypermedia
Generating Hypermedia links in a Web API

I'm curious to know how others have dealt with the issue of generating hypermedia links for their web APIs? Specifically, …

c# asp.net-web-api hateoas hypermedia
How do I write a function for multiple types in Golang?

I'm trying to write a helper function that can take in different custom Types in Golang, but I can't figure …

inheritance reflection go hypermedia
JSON Hypermedia Api with forms and links

I am in the early stages of planning a REST api, and I would like for it to adhere to …

json forms rest hateoas hypermedia