Skip to content

Commit

Permalink
DOC-2075: Clarify why not to use REST API for CRUD
Browse files Browse the repository at this point in the history
  • Loading branch information
mattcarabine committed Apr 7, 2017
1 parent 28de08b commit 8e9dda4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion content/rest-api/rest-intro.dita
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@

<note type="tip">The REST API should <b>not</b> be used to read or write data to the
server. Data operations, such as <codeph>set</codeph> and <codeph>get</codeph> are
handled by Couchbase Server SDKs. </note>
handled by Couchbase Server SDKs. Using the REST API for CRUD does not scale as
well as SDKs and does not offer the same level of data protection.</note>

<p>In addition, the Couchbase Web Console uses REST API endpoints for administrative tasks,
such as creating a new bucket, adding a node to a cluster, or changing cluster settings.</p>
Expand Down

0 comments on commit 8e9dda4

Please sign in to comment.