Beginner’s guide to RESTful Application Program Interface (API) design and documentation. Through the example you will learn some common pattern for RESTful API.
Before you read
You need to know
- How to create RESTful web service in Ensemble
- How to consume RESTful web service in Ensemble
- How to pass service parameters
- How to return service result
What is a Service API?
What is an Application Programming Interface? Is it something materialized? Is it a single programming unit? What is an API for? From my point of view an API is something which is determined by the program code in an indirect way.

