You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+10Lines changed: 10 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -60,6 +60,16 @@ Alternatively, you can use `go get`:
60
60
go get github.com/danielgtaylor/apisprout
61
61
```
62
62
63
+
## Extra Features
64
+
65
+
### Remote Reload
66
+
67
+
If your API spec is loaded from a remote URL, you can live-reload it by hitting the `/__reload` endpoint.
68
+
69
+
### Health Check
70
+
71
+
A simple endpoint which returns status code `200` is available at `/__health`. This endpoint successfully returns `200` even if `--validate-server` is turned on, and the endpoint is being accessed from a non-validated host.
72
+
63
73
## Contributing
64
74
65
75
Contributions are very welcome. Please open a tracking issue or pull request and we can work to get things merged in.
0 commit comments