{"id":21314484,"url":"https://github.com/polyconseil/mds-agency-validator","last_synced_at":"2026-07-02T15:02:58.728Z","repository":{"id":53197726,"uuid":"238434450","full_name":"Polyconseil/mds-agency-validator","owner":"Polyconseil","description":"HTTP validator for MDS Agency API","archived":false,"fork":false,"pushed_at":"2021-04-01T09:36:16.000Z","size":72,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":9,"default_branch":"master","last_synced_at":"2025-11-05T23:03:52.890Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Polyconseil.png","metadata":{"files":{"readme":"README.rst","changelog":"Changelog.rst","contributing":"CONTRIBUTING.rst","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2020-02-05T11:28:56.000Z","updated_at":"2021-04-01T09:36:17.000Z","dependencies_parsed_at":"2022-09-15T01:57:41.261Z","dependency_job_id":null,"html_url":"https://github.com/Polyconseil/mds-agency-validator","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Polyconseil/mds-agency-validator","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Polyconseil%2Fmds-agency-validator","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Polyconseil%2Fmds-agency-validator/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Polyconseil%2Fmds-agency-validator/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Polyconseil%2Fmds-agency-validator/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Polyconseil","download_url":"https://codeload.github.com/Polyconseil/mds-agency-validator/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Polyconseil%2Fmds-agency-validator/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":35051901,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-07-02T02:00:06.368Z","response_time":173,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":"2024-11-21T18:13:15.090Z","updated_at":"2026-07-02T15:02:58.704Z","avatar_url":"https://github.com/Polyconseil.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"MDS Agency Validator\n====================\n\nThis projet allows you to run a headless service that accepts incoming HTTPS \nPOST request and check the payload format against MDS Agency API specifications.\n\nCurrently, only version 0.4.0 is supported.\n\nInstallation\n------------\n\nFirst of all, clone the repository :\n\n.. code-block:: sh\n\n    git clone https://github.com/Polyconseil/mds-agency-validator.git\n\nYou may then install the project's dependencies.\n\n.. code-block:: sh\n\n    pip install -e .\n\nUse\n---\n\nRun the following command to start the flask service from the project repository\n\n.. code-block:: sh\n\n    make serve\n\nYou can now post data to test your Agency API implementation.\n\n.. code-block:: sh\n\n    curl -d '{\"invalid\": \"payload\"}' -H \"Content-Type: application/json\" -X POST  http://127.0.0.1:5000/v0.4.0\n\nWarnings\n--------\n\nSadly mds-agency-validator currently does not handle HTTPS request as\nself-signed certificates are not accepted when posting request with curl.\n\nIt does not handle oauth2 token generation either yet (since it's not really\nusefull without HTTPS).\n\nYou may generate a fake token to put in the request headers with this command :\n\n.. code-block:: python\n\n    import jwt\n    import uuid\n\n    jwt.encode({'provider_id': str(uuid.uuid4())}, 'secret')\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpolyconseil%2Fmds-agency-validator","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpolyconseil%2Fmds-agency-validator","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpolyconseil%2Fmds-agency-validator/lists"}