zeppelin/docs/rest-api
Jungtaek Lim 3bfd97e236 ZEPPELIN-511 REST API: Insert / Retrieve / Move / Delete operation for paragraph
### What is this PR for?

This issue is intended to fill gap between REST API and WebSocket operations.
For now we can only access notebook and paragraph to READONLY (not writing) via REST API but after this PR, we can insert / retrieve / move / delete paragraph via REST API.

### What type of PR is it?

Feature

### Todos

### Is there a relevant Jira issue?

https://issues.apache.org/jira/browse/ZEPPELIN-511

### How should this be tested?

Please follow the explanation of added REST APIs from rest-notebook.md.

### Screenshots (if appropriate)

### Questions:
* Does the licenses files need update? (No)
* Is there breaking changes for older versions? (No)
* Does this needs documentation? (Yes, I've addressed it.)

Author: Jungtaek Lim <kabhwan@gmail.com>

Closes #550 from HeartSaVioR/ZEPPELIN-511 and squashes the following commits:

59f5f61 [Jungtaek Lim] ZEPPELIN-511 Address @prabhjyotsingh reviews
01feed4 [Jungtaek Lim] ZEPPELIN-511 explain new APIs to read-notebook.md
cc71e06 [Jungtaek Lim] ZEPPELIN-511 "insert paragraph" api: return created paragraph id
3658b00 [Jungtaek Lim] ZEPPELIN-511 REST API: Insert / Retrieve / Move / Delete operation for paragraph
2015-12-27 11:29:20 -08:00
..
rest-interpreter.md [Improve] Add interpreter restart REST API doc 2015-12-21 09:33:39 +09:00
rest-notebook.md ZEPPELIN-511 REST API: Insert / Retrieve / Move / Delete operation for paragraph 2015-12-27 11:29:20 -08:00