{"id":19124086,"url":"https://github.com/efforg/congress_forms_api","last_synced_at":"2025-05-05T19:00:11.138Z","repository":{"id":66385897,"uuid":"150143131","full_name":"EFForg/congress_forms_api","owner":"EFForg","description":null,"archived":false,"fork":false,"pushed_at":"2025-04-09T14:35:31.000Z","size":127,"stargazers_count":5,"open_issues_count":3,"forks_count":2,"subscribers_count":12,"default_branch":"master","last_synced_at":"2025-04-19T11:09:14.520Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Ruby","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/EFForg.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"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}},"created_at":"2018-09-24T17:40:26.000Z","updated_at":"2025-04-09T14:16:49.000Z","dependencies_parsed_at":"2024-11-09T05:28:23.206Z","dependency_job_id":"1b9c5392-0d05-4e0d-9c8d-3724682a559c","html_url":"https://github.com/EFForg/congress_forms_api","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/EFForg%2Fcongress_forms_api","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/EFForg%2Fcongress_forms_api/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/EFForg%2Fcongress_forms_api/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/EFForg%2Fcongress_forms_api/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/EFForg","download_url":"https://codeload.github.com/EFForg/congress_forms_api/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":252558650,"owners_count":21767804,"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-11-09T05:28:04.978Z","updated_at":"2025-05-05T19:00:11.103Z","avatar_url":"https://github.com/EFForg.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"# CongressForms API\n\nThis is a Rails app providing a JSON-based API for the [congress_forms](https://gitlab.eff.org/ed/congress_forms) gem.\n\n## Installation\n\nStart by coping the example config.\n\n```\n$ cp .env.example .env\n$ cp docker-compose.yml.example docker-compose.yml # if using docker\n```\n\nFill in the `DATABASE_*` variables with your postgres address/credentials, and the `CWC_*` variables with your Communicating with Congress vendor information (see the [congress_forms](https://gitlab.eff.org/ed/congress_forms#operation-and-configuration) README for more documentation on CWC).\n\nThe `ADMIN_*` variables are optional. They set the basic auth credentials used by the [/delayed_job](https://github.com/ejschmitt/delayed_job_web) admin area.\n\n`DEBUG_KEY` is required for access to some API endpoints. Read the [API documentation](#api-documentation) for more information.\n\nIf you're using docker, at this point you can build the containers. Either way be sure to run `rake db:setup` to initialize the database, and then you should be done!\n\n## Delayed Messages\n\nWhen a message can't be delivered, it is saved into a [delayed_job](https://github.com/collectiveidea/delayed_job) queue and attempted again later. To process this queue you need to run a delayed job worker:\n\n```\n$ rake jobs:work\n```\n\nThe example docker-compose configuration includes a container running this command.\n\n## API Documentation\n See [public/index.md](https://github.com/EFForg/congress_forms_api/blob/master/public/index.md).\n\n## License\n\nThe code is available as open source under the terms of the [GPLv3 License](https://github.com/EFForg/congress_forms_api/blob/master/LICENSE.txt).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fefforg%2Fcongress_forms_api","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fefforg%2Fcongress_forms_api","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fefforg%2Fcongress_forms_api/lists"}