Skip to content

Instantly share code, notes, and snippets.

RPC - non uniform API for creating an entity
Long createGreeting(Greeting greeting)
Long newFortune(Fortune fortune)
-----------------------------------------------
REST - uniform entity creation
POST /greetings {“message”: “Hello”}
POST /fortunes {“fortune”: “This is a fortune”}