1
0
mirror of https://github.com/kataras/iris.git synced 2025-12-23 12:57:05 +00:00

example for automated apidoc tool named "yaag" 👍

Former-commit-id: 1afed4ac2913b5f135e44992cf060e44694ceacb
This commit is contained in:
hiveminded
2017-09-02 17:44:35 +03:00
parent d7ec0d4416
commit f68e547fb6
3 changed files with 65 additions and 1 deletions

View File

@@ -258,6 +258,10 @@ You can serve [quicktemplate](https://github.com/valyala/quicktemplate) files to
https://github.com/kataras/iris/tree/master/middleware#third-party-handlers
### Automated API Documentation
- [yaag](apidoc/yaag/main.go)
### Testing
The `httptest` package is your way for end-to-end HTTP testing, it uses the httpexpect library created by our friend, [gavv](https://github.com/gavv).