{"id":37778356,"url":"https://github.com/c2corg/v6_api","last_synced_at":"2026-01-29T13:00:48.826Z","repository":{"id":36723271,"uuid":"41029840","full_name":"c2corg/v6_api","owner":"c2corg","description":"REST API for https://www.camptocamp.org","archived":false,"fork":false,"pushed_at":"2026-01-13T10:36:04.000Z","size":5304,"stargazers_count":26,"open_issues_count":144,"forks_count":29,"subscribers_count":10,"default_branch":"master","last_synced_at":"2026-01-13T13:35:56.978Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"agpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/c2corg.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":".github/FUNDING.yml","license":"LICENSE","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,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null},"funding":{"github":null,"patreon":null,"open_collective":null,"ko_fi":null,"tidelift":null,"community_bridge":null,"liberapay":null,"issuehunt":null,"otechie":null,"custom":"https://www.helloasso.com/associations/camptocamp-association/adhesions/adhesion-camptocamp-association"}},"created_at":"2015-08-19T11:21:39.000Z","updated_at":"2025-12-28T20:16:03.000Z","dependencies_parsed_at":"2023-11-16T15:43:49.624Z","dependency_job_id":"a2c01926-3d7a-46bf-a934-905525307307","html_url":"https://github.com/c2corg/v6_api","commit_stats":null,"previous_names":[],"tags_count":63,"template":false,"template_full_name":null,"purl":"pkg:github/c2corg/v6_api","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/c2corg%2Fv6_api","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/c2corg%2Fv6_api/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/c2corg%2Fv6_api/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/c2corg%2Fv6_api/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/c2corg","download_url":"https://codeload.github.com/c2corg/v6_api/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/c2corg%2Fv6_api/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28479406,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-16T11:59:17.896Z","status":"ssl_error","status_checked_at":"2026-01-16T11:55:55.838Z","response_time":107,"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":"2026-01-16T15:02:23.935Z","updated_at":"2026-01-16T15:02:24.004Z","avatar_url":"https://github.com/c2corg.png","language":"Python","funding_links":["https://www.helloasso.com/associations/camptocamp-association/adhesions/adhesion-camptocamp-association"],"categories":[],"sub_categories":[],"readme":"# [camptocamp.org](https://www.camptocamp.org) API\n\n[![GitHub license](https://img.shields.io/github/license/c2corg/v6_api.svg)](https://github.com/c2corg/v6_api/blob/master/LICENSE)\n![Build status](https://github.com/c2corg/v6_api/actions/workflows/ci.yml/badge.svg)\n![Github Code scanning](https://github.com/c2corg/v6_api/workflows/Github%20Code%20scanning/badge.svg?branch=master)\n[![Codacy Badge](https://app.codacy.com/project/badge/Coverage/323754cf688042688899e6028fdfeff7)](https://app.codacy.com/gh/c2corg/v6_api/dashboard)\n[![Known Vulnerabilities](https://snyk.io/test/github/c2corg/v6_api/badge.svg)](https://snyk.io/test/github/c2corg/v6_api)\n\n## Development environment\n\nOn any OS, install [git](https://git-scm.com/) and [docker](https://docs.docker.com/install/). Then :\n\n### Install\n\n```sh\n# Download camptocamp.org source code :\ngit clone https://github.com/c2corg/v6_api\ncd v6_api\n```\n\n### Run\n\n```sh\n# the very first call may be quite long, (15 minutes, depending of your bandwith)\n# time to make a coffee\ndocker-compose up\n```\n\n:heart: \u003chttp://localhost:6543\u003e :heart:\n\nPress CTRL+C to terminate it.\n\n### Run the background jobs and syncer scripts\n\nIn distinct terminals:\n\n```sh\ndocker-compose exec api make -f config/docker-dev run-background-jobs\ndocker-compose exec api make -f config/docker-dev run-syncer\n```\n\n### Check code quality\n\nIn another terminal (`docker-compose up` must be running) :\n\n```sh\n./scripts/lint.sh\n```\n\n### Run test suite\n\nIn another terminal (`docker-compose up` must be running) :\n\n```sh\n# full tests, take a while\n./scripts/test.sh\n\n# If you need to test a specific point: \n./scripts/test.sh c2corg_api/tests/models/test_book.py\n\n# or:\n./scripts/test.sh c2corg_api/tests/models/test_book.py::TestBook\n\n# or even:\n./scripts/test.sh c2corg_api/tests/models/test_book.py::TestBook::test_to_archive\n```\n\nNote: if you're using MinGW on Windows, be sure to prefix the command with `MSYS_NO_PATHCONV=1`\n\n## Useful links in [wiki](https://github.com/c2corg/v6_api/wiki)\n\n[Full info about development environment](https://github.com/c2corg/v6_api/wiki/Development-environment-on-Linux)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fc2corg%2Fv6_api","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fc2corg%2Fv6_api","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fc2corg%2Fv6_api/lists"}