Skip to content

Instantly share code, notes, and snippets.

Keybase proof

I hereby claim:

  • I am mdemuth on github.
  • I am demuth (https://keybase.io/demuth) on keybase.
  • I have a public key ASARRwRx9-Ue4hEvFENJmsbStKgD-PeS0kVhMV7HtutPuAo

To claim this, I am signing this object:

@mdemuth
mdemuth / late-binding.md
Last active March 24, 2017 07:30
Late Binding for suggest

In our project we defined our own media type.

It merges the best ideas (in our opinion) from siren and collection+json.

It basically defines a tree of items, where each item has properties, links, actions and a collection of items.

Our Web-Client has generic rendering support for each of these concepts and they get picked up automatically.

Our actions support the definition of parameters, and for a parameter of type select either a list of select-options or a reference URL.