{"id":13740307,"url":"https://github.com/lpil/glatus","last_synced_at":"2026-01-02T14:35:08.048Z","repository":{"id":206486602,"uuid":"717051652","full_name":"lpil/glatus","owner":"lpil","description":"Gleam bindings to the API of the Gatus health check tool","archived":false,"fork":false,"pushed_at":"2024-12-22T19:35:14.000Z","size":8,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-02-16T11:55:03.341Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Gleam","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/lpil.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null}},"created_at":"2023-11-10T12:55:22.000Z","updated_at":"2024-12-22T19:33:30.000Z","dependencies_parsed_at":"2023-11-10T14:55:27.689Z","dependency_job_id":"3dec0c4d-00f9-4629-b2c7-dadd44aa9b84","html_url":"https://github.com/lpil/glatus","commit_stats":null,"previous_names":["lpil/glatus"],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lpil%2Fglatus","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lpil%2Fglatus/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lpil%2Fglatus/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lpil%2Fglatus/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/lpil","download_url":"https://codeload.github.com/lpil/glatus/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243753991,"owners_count":20342537,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-08-03T04:00:46.065Z","updated_at":"2026-01-02T14:35:07.934Z","avatar_url":"https://github.com/lpil.png","language":"Gleam","funding_links":[],"categories":["Packages"],"sub_categories":["API Clients"],"readme":"# glatus\n\nGleam bindings to the API of the Gatus health check tool.\n\n[![Package Version](https://img.shields.io/hexpm/v/glatus)](https://hex.pm/packages/glatus)\n[![Hex Docs](https://img.shields.io/badge/hex-docs-ffaff3)](https://hexdocs.pm/glatus/)\n\n```sh\ngleam add glatus\n```\n```gleam\nimport glatus\nimport gleam/httpc\n\npub fn main() {\n  // Build a request\n  let request =\n    glatus.statuses_request(host: \"status.lpil.uk\", page: 1)\n\n  // Send the request with a HTTP client\n  let assert Ok(response) = httpc.send(request)\n\n  // Decode the response\n  let information = glatus.handle_statuses_response(response)\n}\n```\n\nDocumentation can be found at \u003chttps://hexdocs.pm/glatus\u003e.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flpil%2Fglatus","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flpil%2Fglatus","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flpil%2Fglatus/lists"}