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
@@ -60,6 +64,16 @@ Alternatively, you can use `go get`:
60
64
go get github.com/danielgtaylor/apisprout
61
65
```
62
66
67
+
## Extra Features
68
+
69
+
### Remote Reload
70
+
71
+
If your API spec is loaded from a remote URL, you can live-reload it by hitting the `/__reload` endpoint.
72
+
73
+
### Health Check
74
+
75
+
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.
76
+
63
77
## Contributing
64
78
65
79
Contributions are very welcome. Please open a tracking issue or pull request and we can work to get things merged in.
0 commit comments