summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2014-04-15 13:10:40 +0000
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2014-04-15 13:10:40 +0000
commitcd6232187b707b0a278bd91986ec85dcfe66046f (patch)
tree3f3ab09d654cb52a3862ff0c3ceaab68e913fe4e
parentfd61e3e9016940e1c4668837472ddd8b952217f6 (diff)
parentb2b2989f7fd20a387c62ca0c39c5eba7c821885f (diff)
downloadgitlab-ce-cd6232187b707b0a278bd91986ec85dcfe66046f.tar.gz
Merge branch 'restful-naming' into 'master'
Restful naming The name endpoint is more common for RPC interfaces http://en.wikipedia.org/wiki/Web_Services_Description_Language#Objects_in_WSDL_1.1_.2F_WSDL_2.0 where the url is the same for different calls on the same endpoint. With restful interfaces the url changes.
-rw-r--r--doc/api/README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/api/README.md b/doc/api/README.md
index a2925674f85..b1740f35792 100644
--- a/doc/api/README.md
+++ b/doc/api/README.md
@@ -1,6 +1,6 @@
# GitLab API
-## End-points
+## Resources
+ [Users](users.md)
+ [Session](session.md)