Merge pull request #1228 from mattermost/moving-api-doc

Update and rename doc/api/Overview.md to doc/developer/API-Web-Servic…
Этот коммит содержится в:
it33
2015-10-29 14:40:23 -07:00
родитель 1f64733040 af278fa988
Коммит 5e1d6bbb52
2 изменённых файлов: 5 добавлений и 3 удалений

Просмотреть файл

@@ -27,7 +27,7 @@ Set up Mattermost in your data center
- [Code Contribution Guidelines](developer/Code-Contribution-Guidelines.md)
- [Developer Machine Setup](developer/Setup.md)
- [Mattermost Style Guide](developer/Style-Guide.md)
- [API Overview](api/Overview.md)
- [API Overview](developer/API.md)
- [Incoming Webhooks](integrations/webhooks/Incoming-Webhooks.md)
## Help

Просмотреть файл

@@ -1,6 +1,8 @@
# API Overview
# Mattermost Web Service API
This provides a basic overview of the Mattermost API. All examples assume there is a Mattermost instance running at http://localhost:8065.
This provides a basic overview of the Mattermost Web Service API. Drivers interfacing with this API are available in different languages. Current documentation focuses on the transport layer for the API and functional documentation will be developed next.
All examples assume there is a Mattermost instance running at http://localhost:8065.
## Schema