gatus/api
JamesHillyard c44d998fb3
feat(api): Expose uptime data as text via API (#758)
* Expose Raw Uptime Data via API

Signed-off-by: James Hillyard <james.hillyard@payara.fish>

* Add Test for Raw Uptime Data API Endpoint

Signed-off-by: James Hillyard <james.hillyard@payara.fish>

* Document Raw Uptime Data API Endpoint

Signed-off-by: James Hillyard <james.hillyard@payara.fish>

* Fix Test after #759 Core Refactor

Signed-off-by: James Hillyard <james.hillyard@payara.fish>

* Update Raw Data Content Type

Signed-off-by: James Hillyard <james.hillyard@payara.fish>

* Support 30d Data from Raw Uptime Endpoint

Signed-off-by: James Hillyard <james.hillyard@payara.fish>

* Update README.md

* Update README.md

---------

Signed-off-by: James Hillyard <james.hillyard@payara.fish>
Co-authored-by: TwiN <twin@linux.com>
2024-12-28 15:59:28 -05:00
..
api_test.go feat(ui): Implement Custom CSS configuration (#943) 2024-12-26 23:08:16 -05:00
api.go feat(api): Expose uptime data as text via API (#758) 2024-12-28 15:59:28 -05:00
badge_test.go refactor: Break core package into multiple packages under config/endpoint (#759) 2024-05-09 22:56:16 -04:00
badge.go feat(storage): Support 30d badges (#836) 2024-08-11 22:40:19 -04:00
cache.go feat(api): Migrate from gorilla/mux to fiber 2023-07-11 22:46:49 -04:00
chart_test.go feat(storage): Support 30d badges (#836) 2024-08-11 22:40:19 -04:00
chart.go fix(logging): Replace log-level parameter by GATUS_LOG_LEVEL env var (#895) 2024-11-13 23:54:00 -05:00
config_test.go feat(api): Migrate from gorilla/mux to fiber 2023-07-11 22:46:49 -04:00
config.go feat(api): Migrate from gorilla/mux to fiber 2023-07-11 22:46:49 -04:00
custom_css.go feat(ui): Implement Custom CSS configuration (#943) 2024-12-26 23:08:16 -05:00
endpoint_status_test.go refactor: Break core package into multiple packages under config/endpoint (#759) 2024-05-09 22:56:16 -04:00
endpoint_status.go fix(logging): Replace log-level parameter by GATUS_LOG_LEVEL env var (#895) 2024-11-13 23:54:00 -05:00
external_endpoint_test.go feat(alerting): custom alert support endpoint errors (#844) 2024-09-17 22:26:21 -04:00
external_endpoint.go fix(logging): Replace log-level parameter by GATUS_LOG_LEVEL env var (#895) 2024-11-13 23:54:00 -05:00
raw_test.go feat(api): Expose uptime data as text via API (#758) 2024-12-28 15:59:28 -05:00
raw.go feat(api): Expose uptime data as text via API (#758) 2024-12-28 15:59:28 -05:00
spa_test.go refactor: Break core package into multiple packages under config/endpoint (#759) 2024-05-09 22:56:16 -04:00
spa.go fix(logging): Replace log-level parameter by GATUS_LOG_LEVEL env var (#895) 2024-11-13 23:54:00 -05:00
util_test.go feat(api): Migrate from gorilla/mux to fiber 2023-07-11 22:46:49 -04:00
util.go feat(api): Migrate from gorilla/mux to fiber 2023-07-11 22:46:49 -04:00