{"id":24738711,"url":"https://github.com/zweifisch/maybe","last_synced_at":"2026-05-01T00:31:20.169Z","repository":{"id":66141035,"uuid":"48108817","full_name":"zweifisch/maybe","owner":"zweifisch","description":"Utils to deal with errors","archived":false,"fork":false,"pushed_at":"2015-12-17T23:26:41.000Z","size":4,"stargazers_count":3,"open_issues_count":1,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-22T18:45:13.397Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Elixir","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/zweifisch.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2015-12-16T12:24:01.000Z","updated_at":"2018-01-31T21:51:43.000Z","dependencies_parsed_at":"2023-02-19T23:30:47.567Z","dependency_job_id":null,"html_url":"https://github.com/zweifisch/maybe","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/zweifisch/maybe","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zweifisch%2Fmaybe","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zweifisch%2Fmaybe/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zweifisch%2Fmaybe/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zweifisch%2Fmaybe/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/zweifisch","download_url":"https://codeload.github.com/zweifisch/maybe/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zweifisch%2Fmaybe/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32481553,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-30T13:12:12.517Z","status":"ssl_error","status_checked_at":"2026-04-30T13:12:06.837Z","response_time":57,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":[],"created_at":"2025-01-27T22:55:27.205Z","updated_at":"2026-05-01T00:31:20.142Z","avatar_url":"https://github.com/zweifisch.png","language":"Elixir","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Maybe\n\n[![Build Status][travis-image]][travis-url]\n\nUtils to deal with errors\n\n## Installation\n\nFirst, add maybe to your dependencies in `mix.exs`:\n\n    def deps do\n        [{:maybe, \"~\u003e 0.0.1\"}]\n    end\n\nThen, update your dependencies:\n\n    $ mix deps.get\n\n## Usage\n\n    import Maybe\n\n    Poison.encode(payload)\n      |\u003e ok(fn(encoded)-\u003e HTTPoison.request(:post, url, encoded) end)\n      |\u003e ok(fn(%{body: body})-\u003e Poison.decode(body) end)\n      |\u003e ok(fn(decoded)-\u003e process(decoded) end)\n      |\u003e error(\u0026IO.inspect/1)\n\n[travis-image]: https://img.shields.io/travis/zweifisch/maybe.svg?style=flat\n[travis-url]: https://travis-ci.org/zweifisch/maybe\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzweifisch%2Fmaybe","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fzweifisch%2Fmaybe","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzweifisch%2Fmaybe/lists"}