{"id":21722067,"url":"https://github.com/ilert/ilert-js","last_synced_at":"2025-07-04T16:33:34.491Z","repository":{"id":43939570,"uuid":"263582158","full_name":"iLert/ilert-js","owner":"iLert","description":":zap::warning: The official iLert Javascript api bindings.","archived":false,"fork":false,"pushed_at":"2024-01-08T14:19:42.000Z","size":151,"stargazers_count":3,"open_issues_count":6,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-06-23T23:45:58.483Z","etag":null,"topics":["api","bindings","client","http","ilert","js","node","rest"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/iLert.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE-APACHE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null}},"created_at":"2020-05-13T09:18:25.000Z","updated_at":"2024-01-08T14:19:26.000Z","dependencies_parsed_at":"2024-01-17T02:13:02.025Z","dependency_job_id":"45808275-bbf6-441d-a327-ecf09542203b","html_url":"https://github.com/iLert/ilert-js","commit_stats":{"total_commits":12,"total_committers":4,"mean_commits":3.0,"dds":"0.33333333333333337","last_synced_commit":"08a95e4f88bf263ffb9a90be2e9073dce283bf3a"},"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/iLert/ilert-js","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/iLert%2Filert-js","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/iLert%2Filert-js/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/iLert%2Filert-js/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/iLert%2Filert-js/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/iLert","download_url":"https://codeload.github.com/iLert/ilert-js/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/iLert%2Filert-js/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":263577245,"owners_count":23483130,"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":["api","bindings","client","http","ilert","js","node","rest"],"created_at":"2024-11-26T02:20:54.029Z","updated_at":"2025-07-04T16:33:34.474Z","avatar_url":"https://github.com/iLert.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# ilert-js\n\n**The official iLert api bindings.**\n\n## Install\n\n`npm install ilert`\n\n## In action\n\n```js\nconst { ILert } = require(\"ilert\");\nconst ilert = new ILert({\n    apiKey: \"123123\" // optional\n});\n\n// creating a new event\nconst { data } = await ilert.event().create(\n    \"il1api0460d849fcdc753d4f\",\n    ILert.EVENT_TYPES.ALERT,\n    \"My test incident summary\",\n    { incidentKey: \"123456\" } // optional\n);\n\n// resolving a pending alert\nawait ilert.alert(45678).resolve();\n\n// fetch an incident\nawait ilert.incident(12345).get();\n\n// ping a heartbeat\nawait ilert.heartbeat(\"il1hbt0460d849fcdc753\").ping();\n```\n\nTypescript definitions included.\n\n## Getting help\n\nWe are happy to respond to [GitHub issues][issues] as well.\n\n[issues]: https://github.com/iLert/ilert-js/issues/new\n\n\u003cbr\u003e\n\n#### License\n\n\u003csup\u003e\nLicensed under either of \u003ca href=\"LICENSE-APACHE\"\u003eApache License, Version\n2.0\u003c/a\u003e or \u003ca href=\"LICENSE-MIT\"\u003eMIT license\u003c/a\u003e at your option.\n\u003c/sup\u003e\n\n\u003cbr\u003e\n\n\u003csub\u003e\nUnless you explicitly state otherwise, any contribution intentionally submitted for inclusion in ilert-js by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.\n\u003c/sub\u003e\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Filert%2Filert-js","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Filert%2Filert-js","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Filert%2Filert-js/lists"}