Commit cd6232187b707b0a278bd91986ec85dcfe66046f

Authored by Dmitriy Zaporozhets
2 parents fd61e3e9 b2b2989f

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.
Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
doc/api/README.md
1 1 # GitLab API
2 2  
3   -## End-points
  3 +## Resources
4 4  
5 5 + [Users](users.md)
6 6 + [Session](session.md)
... ...