{"id":31057076,"url":"https://github.com/giterlizzi/perl-net-gotify","last_synced_at":"2025-10-10T19:37:40.815Z","repository":{"id":314005154,"uuid":"1052345198","full_name":"giterlizzi/perl-Net-Gotify","owner":"giterlizzi","description":"Perl library for Gotify (self-hosted server for sending notifications)","archived":false,"fork":false,"pushed_at":"2025-09-09T23:04:53.000Z","size":8,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-09-10T02:48:29.408Z","etag":null,"topics":["gotify","messages","notifications","perl"],"latest_commit_sha":null,"homepage":"","language":"Perl","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/giterlizzi.png","metadata":{"files":{"readme":"README.md","changelog":"Changes","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,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-09-07T22:40:33.000Z","updated_at":"2025-09-09T23:06:12.000Z","dependencies_parsed_at":"2025-09-10T02:48:34.703Z","dependency_job_id":"a2080a83-e6b1-4157-aa3f-80a38b00f6e3","html_url":"https://github.com/giterlizzi/perl-Net-Gotify","commit_stats":null,"previous_names":["giterlizzi/perl-net-gotify"],"tags_count":null,"template":false,"template_full_name":null,"purl":"pkg:github/giterlizzi/perl-Net-Gotify","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/giterlizzi%2Fperl-Net-Gotify","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/giterlizzi%2Fperl-Net-Gotify/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/giterlizzi%2Fperl-Net-Gotify/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/giterlizzi%2Fperl-Net-Gotify/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/giterlizzi","download_url":"https://codeload.github.com/giterlizzi/perl-Net-Gotify/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/giterlizzi%2Fperl-Net-Gotify/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":275219486,"owners_count":25425888,"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","status":"online","status_checked_at":"2025-09-15T02:00:09.272Z","response_time":75,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":["gotify","messages","notifications","perl"],"created_at":"2025-09-15T06:48:08.088Z","updated_at":"2025-10-10T19:37:35.794Z","avatar_url":"https://github.com/giterlizzi.png","language":"Perl","funding_links":[],"categories":[],"sub_categories":[],"readme":"[![Release](https://img.shields.io/github/release/giterlizzi/perl-Net-Gotify.svg)](https://github.com/giterlizzi/perl-Net-Gotify/releases) [![Actions Status](https://github.com/giterlizzi/perl-Net-Gotify/workflows/linux/badge.svg)](https://github.com/giterlizzi/perl-Net-Gotify/actions) [![License](https://img.shields.io/github/license/giterlizzi/perl-Net-Gotify.svg)](https://github.com/giterlizzi/perl-Net-Gotify) [![Starts](https://img.shields.io/github/stars/giterlizzi/perl-Net-Gotify.svg)](https://github.com/giterlizzi/perl-Net-Gotify) [![Forks](https://img.shields.io/github/forks/giterlizzi/perl-Net-Gotify.svg)](https://github.com/giterlizzi/perl-Net-Gotify) [![Issues](https://img.shields.io/github/issues/giterlizzi/perl-Net-Gotify.svg)](https://github.com/giterlizzi/perl-Net-Gotify/issues) [![Coverage Status](https://coveralls.io/repos/github/giterlizzi/perl-Net-Gotify/badge.svg)](https://coveralls.io/github/giterlizzi/perl-Net-Gotify)\n\n# Net::Gotify - Gotify client for Perl \n\n## Synopsis\n\n```.pl\nuse Net::Gotify;\n\nmy $gotify = Net::Gotify-\u003enew(\n    base_url     =\u003e 'http://localhost:8088',\n    app_token    =\u003e '\u003cTOKEN\u003e',\n    client_token =\u003e '\u003cTOKEN\u003e',\n    logger       =\u003e $logger\n);\n\n$gotify-\u003ecreate_message(\n    title    =\u003e 'Backup',\n    message  =\u003e '**Backup** was successfully finished.',\n    priority =\u003e 2,\n    extras   =\u003e {\n        'client::display' =\u003e {contentType   =\u003e 'text/markdown'}\n    }\n);\n```\n\n## Install\n\nUsing Makefile.PL:\n\nTo install `Net::Gotify` distribution, run the following commands.\n\n    perl Makefile.PL\n    make\n    make test\n    make install\n\nUsing App::cpanminus:\n\n    cpanm Net::Gotify\n\n\n## Documentation\n\n - `perldoc Net::Gotify`\n - https://metacpan.org/release/Net-Gotify\n - https://gotify.net/\n\n\n## Copyright\n\n - Copyright 2025 © Giuseppe Di Terlizzi\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgiterlizzi%2Fperl-net-gotify","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgiterlizzi%2Fperl-net-gotify","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgiterlizzi%2Fperl-net-gotify/lists"}