{"id":22551718,"url":"https://github.com/orbit-apps/elixir-banyanapi","last_synced_at":"2025-10-05T15:22:38.563Z","repository":{"id":43479023,"uuid":"191816090","full_name":"orbit-apps/elixir-banyanapi","owner":"orbit-apps","description":"The Elixir Banyan client","archived":false,"fork":false,"pushed_at":"2024-12-19T20:46:27.000Z","size":155,"stargazers_count":1,"open_issues_count":2,"forks_count":0,"subscribers_count":15,"default_branch":"main","last_synced_at":"2025-03-28T10:13:49.028Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Elixir","has_issues":false,"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/orbit-apps.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":".github/CODEOWNERS","security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2019-06-13T18:44:23.000Z","updated_at":"2021-10-13T16:18:48.000Z","dependencies_parsed_at":"2023-12-12T23:30:26.328Z","dependency_job_id":"252fd182-1d57-4798-9d75-f6661e004646","html_url":"https://github.com/orbit-apps/elixir-banyanapi","commit_stats":null,"previous_names":[],"tags_count":31,"template":false,"template_full_name":null,"purl":"pkg:github/orbit-apps/elixir-banyanapi","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/orbit-apps%2Felixir-banyanapi","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/orbit-apps%2Felixir-banyanapi/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/orbit-apps%2Felixir-banyanapi/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/orbit-apps%2Felixir-banyanapi/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/orbit-apps","download_url":"https://codeload.github.com/orbit-apps/elixir-banyanapi/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/orbit-apps%2Felixir-banyanapi/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":260639422,"owners_count":23040457,"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-12-07T17:13:57.735Z","updated_at":"2025-10-05T15:22:33.522Z","avatar_url":"https://github.com/orbit-apps.png","language":"Elixir","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Banyan Api\n\nA library for our Elixir apps to communicate with\n[Banyan](https://github.com/pixelunion/banyan).\n\n## Configuration\n\n#### Ueberauth\n\nThe Banyan API requires [UeberAuth](https://github.com/ueberauth/ueberauth) for\nhandling authentication.\n\n```elixir\nconfig :ueberauth, Ueberauth.Strategy.Auth0.OAuth,\n  app_baseurl: System.get_env(\"AUTH0_APP_BASEURL\"),\n  domain: System.get_env(\"AUTH0_DOMAIN\"),\n  client_id: System.get_env(\"AUTH0_CLIENT_ID\"),\n  client_secret: System.get_env(\"AUTH0_CLIENT_SECRET\")\n```\n\nIt also requires defining an app name (`who` or `uso`) and a GraphQL endpoint:\n\n```elixir\nconfig :banyan_api,\n  graphql_endpoint: System.get_env(\"BANYAN_GRAPHQL_ENDPOINT\"),\n  app_name: \"who\"\n```\n\n#### Overriding auth0 in non-production environments\n\nFor developing locally, set an auth token fetch implementation that returns an\nempty string like so:\n\n```elixir\n# dev.exs\n\nconfig :banyan_api,\n  access_token_impl: fn -\u003e {:ok, \"\"} end\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Forbit-apps%2Felixir-banyanapi","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Forbit-apps%2Felixir-banyanapi","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Forbit-apps%2Felixir-banyanapi/lists"}