GitHub user BigBlueHat opened a pull request:
https://github.com/apache/couchdb/pull/97
fix the mixed use of the word "method"
The basic.rst file explains how an HTTP API uses HTTP methods to interact
with an API. Further use of the word "method" throughout the API docs, however,
use it different ways.
These commits hopefully clarifies and cleans up the mixed usage.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/BigBlueHat/couchdb fix-method-terminology
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/couchdb/pull/97.patch
----
commit 277a6905790a1292154ee26aa6d1438735b5148f
Author: BigBlueHat <[email protected]>
Date: 2013-10-10T19:56:42Z
fixed `method` terminology usage w/database
The basics.rst includes an explination of how
an HTTP API works (leveraging HTTP methods
rather than inventing new ones), but the API
reference docs misuse the term thereafter.
commit 6c71ecee46c46c9577aa1c8d95837a8694c07b5e
Author: BigBlueHat <[email protected]>
Date: 2013-10-10T19:57:09Z
dropped the word Methods from _local title
commit 6adf82d3376e69bc59bcd889500f5128fc8ebe35
Author: BigBlueHat <[email protected]>
Date: 2013-10-10T20:12:42Z
removed some more misuses of Method
Hopefully this will minimize confusion.
----