{"id":15896742,"url":"https://github.com/msutkowski/fga-elixir-sdk","last_synced_at":"2025-04-02T19:10:08.449Z","repository":{"id":151677160,"uuid":"573198127","full_name":"msutkowski/fga-elixir-sdk","owner":"msutkowski","description":"An elixir client for OpenFGA","archived":false,"fork":false,"pushed_at":"2022-12-01T23:08:56.000Z","size":28,"stargazers_count":5,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"main","last_synced_at":"2025-03-25T04:04:17.096Z","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":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/msutkowski.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":".github/CODEOWNERS","security":".github/SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2022-12-01T22:59:04.000Z","updated_at":"2025-02-28T12:00:18.000Z","dependencies_parsed_at":null,"dependency_job_id":"77ffc5ad-da4f-4562-ba78-942f5915545a","html_url":"https://github.com/msutkowski/fga-elixir-sdk","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/msutkowski%2Ffga-elixir-sdk","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/msutkowski%2Ffga-elixir-sdk/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/msutkowski%2Ffga-elixir-sdk/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/msutkowski%2Ffga-elixir-sdk/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/msutkowski","download_url":"https://codeload.github.com/msutkowski/fga-elixir-sdk/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246875906,"owners_count":20848048,"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-10-06T09:22:06.076Z","updated_at":"2025-04-02T19:10:08.414Z","avatar_url":"https://github.com/msutkowski.png","language":"Elixir","funding_links":[],"categories":[],"sub_categories":[],"readme":"# OpenFGA\n\nA high performance and flexible authorization/permission engine built for developers and inspired by Google Zanzibar.\n\n## Building\n\nTo install the required dependencies and to build the elixir project, run:\n\n```console\nmix local.hex --force\nmix do deps.get, compile\n```\n\n## Installation\n\nIf [available in Hex][], the package can be installed by adding `openfga_elixir` to\nyour list of dependencies in `mix.exs`:\n\n```elixir\ndef deps do\n  [{:openfga_elixir, \"~\u003e 0.1\"}]\nend\n```\n\nDocumentation can be generated with [ExDoc][] and published on [HexDocs][]. Once published, the docs can be found at\n[https://hexdocs.pm/openfga_elixir][docs].\n\n## Configuration\n\nYou can override the URL of your server (e.g. if you have a separate development and production server in your\nconfiguration files).\n\n```elixir\nconfig :openfga_elixir, base_url: \"http://localhost\"\n```\n\nMultiple clients for the same API with different URLs can be created passing different `base_url`s when calling\n`OpenFGA.Connection.new/1`:\n\n```elixir\nclient = OpenFGA.Connection.new(base_url: \"http://localhost\")\n```\n\n[exdoc]: https://github.com/elixir-lang/ex_doc\n[hexdocs]: https://hexdocs.pm\n[available in hex]: https://hex.pm/docs/publish\n[docs]: https://hexdocs.pm/openfga_elixir\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmsutkowski%2Ffga-elixir-sdk","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmsutkowski%2Ffga-elixir-sdk","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmsutkowski%2Ffga-elixir-sdk/lists"}