Move snippets api doc to separate file

This commit is contained in:
randx 2012-08-25 19:21:11 +03:00
parent d5fcf0f672
commit fee26c58e2
4 changed files with 113 additions and 102 deletions

View file

@ -27,4 +27,5 @@ The API uses JSON to serialize data. You don't need to specify `.json` at the en
+ [Users](https://github.com/gitlabhq/gitlabhq/blob/master/doc/api/users.md)
+ [Projects](https://github.com/gitlabhq/gitlabhq/blob/master/doc/api/projects.md)
+ [Snippets](https://github.com/gitlabhq/gitlabhq/blob/master/doc/api/snippets.md)
+ [Issues](https://github.com/gitlabhq/gitlabhq/blob/master/doc/api/issues.md)