{"id":20835959,"url":"https://github.com/keyweeusr/problemdetail","last_synced_at":"2026-02-09T13:33:38.820Z","repository":{"id":261871106,"uuid":"885589284","full_name":"KeyWeeUsr/problemdetail","owner":"KeyWeeUsr","description":"An implementation of RFC9457, Problem Details for HTTP APIs","archived":false,"fork":false,"pushed_at":"2025-01-09T20:35:18.000Z","size":53,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-06-06T03:58:23.188Z","etag":null,"topics":["problem-details","problem-details-for-http-apis","rfc-7807","rfc-9457","rfc7807","rfc9457","v","vlang"],"latest_commit_sha":null,"homepage":"","language":"V","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/KeyWeeUsr.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","license":"LICENSE.txt","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},"funding":{"github":"KeyWeeUsr","buy_me_a_coffee":"peterbadida","liberapay":"keyweeusr","custom":["https://paypal.me/peterbadida"]}},"created_at":"2024-11-08T22:18:53.000Z","updated_at":"2025-01-09T20:35:19.000Z","dependencies_parsed_at":"2024-11-08T23:22:46.434Z","dependency_job_id":"355a1575-d5df-4024-97fa-15c2c92d3e5b","html_url":"https://github.com/KeyWeeUsr/problemdetail","commit_stats":null,"previous_names":["keyweeusr/problemdetail"],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/KeyWeeUsr/problemdetail","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KeyWeeUsr%2Fproblemdetail","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KeyWeeUsr%2Fproblemdetail/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KeyWeeUsr%2Fproblemdetail/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KeyWeeUsr%2Fproblemdetail/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/KeyWeeUsr","download_url":"https://codeload.github.com/KeyWeeUsr/problemdetail/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KeyWeeUsr%2Fproblemdetail/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":270899582,"owners_count":24664720,"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-08-17T02:00:09.016Z","response_time":129,"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":["problem-details","problem-details-for-http-apis","rfc-7807","rfc-9457","rfc7807","rfc9457","v","vlang"],"created_at":"2024-11-18T00:28:08.068Z","updated_at":"2026-02-09T13:33:38.754Z","avatar_url":"https://github.com/KeyWeeUsr.png","language":"V","funding_links":["https://github.com/sponsors/KeyWeeUsr","https://buymeacoffee.com/peterbadida","https://liberapay.com/keyweeusr","https://paypal.me/peterbadida","https://www.buymeacoffee.com/peterbadida"],"categories":[],"sub_categories":[],"readme":"# Problem Detail\n[![VPM][vpm-badge]][vpm-link]\n[![CI][ci-badge]][ci-workflow]\n[![Buy me a coffee][bmc-badge]][bmc-link]\n[![Liberapay][lp-badge]][lp-link]\n[![PayPal][ppl-badge]][ppl-link]\n\nThis is a simple implementation of Problem Details for HTTP APIs RFC providing\na simple struct `Problem` with resolvable members and serialization to JSON.\n\nPlease check `examples` folder for a sample or simply run `make run-examples`.\n\n## How to\n\n    v install KeyWeeUsr.problemdetail\n\nor install it from source\n\n    v install --git https://github.com/KeyWeeUsr/problemdetail\n\nor clone and either `make local-install` or build manually within your project.\nThen simply:\n\n```v\nimport problemdetail\nproblemdetail.new(\n    type ?URL,\n    status int,\n    title string,\n    detail string,\n    instance ?URL\n)\n```\n\n[vpm-badge]: https://img.shields.io/badge/vpm-1.0.1-027d9c?logo=v\u0026logoColor=white\u0026logoWidth=10\n[vpm-link]: https://vpm.vlang.io/packages/KeyWeeUsr.problemdetail\n[ci-badge]: https://github.com/KeyWeeUsr/problemdetail/actions/workflows/test.yml/badge.svg\n[ci-workflow]: https://github.com/KeyWeeUsr/problemdetail/actions/workflows/test.yml\n[bmc-badge]: https://img.shields.io/badge/-buy_me_a%C2%A0coffee-gray?logo=buy-me-a-coffee\n[bmc-link]: https://www.buymeacoffee.com/peterbadida\n[ppl-badge]: https://img.shields.io/badge/-paypal-grey?logo=paypal\n[ppl-link]: https://paypal.me/peterbadida\n[lp-badge]: https://img.shields.io/badge/-liberapay-grey?logo=liberapay\n[lp-link]: https://liberapay.com/keyweeusr\n[gif]: https://i.imgur.com/OpXUUVk.gif\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkeyweeusr%2Fproblemdetail","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkeyweeusr%2Fproblemdetail","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkeyweeusr%2Fproblemdetail/lists"}