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.
This commit is contained in:
Dmitriy Zaporozhets
2014-04-15 13:10:40 +00:00
+1 -1
View File
@@ -1,6 +1,6 @@
# GitLab API
## End-points
## Resources
+ [Users](users.md)
+ [Session](session.md)