{"id":17681815,"url":"https://github.com/geolessel/pco-api-elixir","last_synced_at":"2025-05-12T23:12:13.698Z","repository":{"id":62430290,"uuid":"58768085","full_name":"geolessel/pco-api-elixir","owner":"geolessel","description":"An Elixir package for consuming Planning Center Online's public API","archived":false,"fork":false,"pushed_at":"2019-12-19T17:44:07.000Z","size":411,"stargazers_count":6,"open_issues_count":1,"forks_count":2,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-04-11T14:10:31.412Z","etag":null,"topics":["api","church","elixir","planningcenter"],"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/geolessel.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":"2016-05-13T19:44:41.000Z","updated_at":"2025-02-04T06:52:29.000Z","dependencies_parsed_at":"2022-11-01T20:18:24.196Z","dependency_job_id":null,"html_url":"https://github.com/geolessel/pco-api-elixir","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/geolessel%2Fpco-api-elixir","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/geolessel%2Fpco-api-elixir/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/geolessel%2Fpco-api-elixir/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/geolessel%2Fpco-api-elixir/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/geolessel","download_url":"https://codeload.github.com/geolessel/pco-api-elixir/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":253837459,"owners_count":21971984,"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":["api","church","elixir","planningcenter"],"created_at":"2024-10-24T09:12:15.011Z","updated_at":"2025-05-12T23:12:13.676Z","avatar_url":"https://github.com/geolessel.png","language":"Elixir","funding_links":[],"categories":[],"sub_categories":[],"readme":"# PcoApi\n\n**TODO: Add description**\n\n## Installation\n\nIf [available in Hex](https://hex.pm/docs/publish), the package can be installed as:\n\n  1. Add pco_api to your list of dependencies in `mix.exs`:\n\n     ```elixir\n     def deps do\n       [{:pco_api, \"~\u003e 0.1.0\"}]\n     end\n     ```\n\n  2. Ensure pco_api is started before your application:\n\n     ```elixir\n     def application do\n       [applications: [:pco_api]]\n     end\n     ```\n\n## Usage\n\nTo get this working locally, `PcoApi` needs to know your API key/id\nand secret. If you need to get one, go to\n[https://api.planningcenteronline.com/oauth/applications](https://api.planningcenteronline.com/oauth/applications)\nand set up a **Personal Access Token**.\n\nOnce you have an **Application ID** and **Secret**, you need to use\nthose in environment variables when you start your app. For\ndevelopment, you can start up an `iex` session by `export`ing the\nvariables, or you can explicitly set them during startup:\n\n```bash\n\u003e PCO_API_KEY=\"MY_KEY\" PCO_API_SECRET=\"MY_SECRET\" iex -S mix\n```\n\nYou can then grab a list of people in your account with:\n\n```elixir\niex(1)\u003e PcoApi.People.get(\"people\")\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgeolessel%2Fpco-api-elixir","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgeolessel%2Fpco-api-elixir","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgeolessel%2Fpco-api-elixir/lists"}