Vlad Stirbu - RESTFest/2016-Edinburgh GitHub Wiki
Shepherding APIs and software crafting at Nokia Technologies.
Github: vstirbu Twitter: @VladStirbu
Proposed feature talks
Resources as finite state machines
Tutorial on building a simple web service that expose resources implemented using finite state machines.
- How to describe the states and the actions? (DSL)
- Expose only the actions that are possible in the current state
- Demo