{"id":19909706,"url":"https://github.com/dynapi/dynapi-v1","last_synced_at":"2026-01-06T02:50:47.323Z","repository":{"id":178936285,"uuid":"662459080","full_name":"DynAPI/DynAPI-v1","owner":"DynAPI","description":"Dynamic API for (postgresql) Databases","archived":false,"fork":false,"pushed_at":"2024-08-02T01:13:49.000Z","size":1443,"stargazers_count":2,"open_issues_count":3,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-03-26T09:21:42.058Z","etag":null,"topics":["dynamic-api","flask","postgresql","python3"],"latest_commit_sha":null,"homepage":"https://dynapi-docs.readthedocs.io/en/latest/","language":"CSS","has_issues":true,"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/DynAPI.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":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2023-07-05T07:24:15.000Z","updated_at":"2024-10-17T13:11:12.000Z","dependencies_parsed_at":null,"dependency_job_id":"b517b9db-f82f-49fa-90e0-3b0b458e4700","html_url":"https://github.com/DynAPI/DynAPI-v1","commit_stats":null,"previous_names":["playerg9/dynapi","dynapi/dynapi-v1","dynapi/dynapi"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/DynAPI/DynAPI-v1","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DynAPI%2FDynAPI-v1","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DynAPI%2FDynAPI-v1/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DynAPI%2FDynAPI-v1/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DynAPI%2FDynAPI-v1/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/DynAPI","download_url":"https://codeload.github.com/DynAPI/DynAPI-v1/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DynAPI%2FDynAPI-v1/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28220887,"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","status":"online","status_checked_at":"2026-01-06T02:00:07.049Z","response_time":56,"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":["dynamic-api","flask","postgresql","python3"],"created_at":"2024-11-12T21:16:24.827Z","updated_at":"2026-01-06T02:50:47.301Z","avatar_url":"https://github.com/DynAPI.png","language":"CSS","funding_links":[],"categories":[],"sub_categories":[],"readme":"# DynAPI\nDynamic API for (postgresql) Databases\n\n\u003e Please don't install/use this tool yet. It's not developed enough.\n\n## Installation\n\n### Archive (.tgz)\n\n```bash\ntar -xf dynapi-{x.x.x}.tgz\ncd dynapi\ncp api.conf.template api.conf\n# edit api.conf\n(opt) mv dynapi.service /etc/systemd/system/\n./dynapi.run\n```\n\n\n## Documentation\n\n```bash\n./scripts/serve-docs\n```\n\n# Body\n```json5\n{\n  \"columns\": [\"string\"],  // what columns to select in an GET request\n  \"filter\": [\n    [\n      [\"key\", \"operation\", \"value\"],[\"key\", \"operation\", \"value\"] //inner brackets == AND\n    ],\n    [\n      [\"[key]\", \"op\", \"[value]\"] //inner brackets == AND\n    ] //outer brackets==OR\n  ],\n  \"object\": {\n    \"[key]\": \"[value]\" //used for PUT and POST columns + values\n  },\n  \"affected\": 1,  // checks number of objects affected, if not number or in range of numbers then fail the request\n  // \"affected\": [5, 10],  // this format is also possible\n}\n```\n# Valid Filter operators:\n`==`, `=`, `eq`, `!=`, `not`, `\u003e`, `\u003e=`, `\u003c`, `\u003c=`, `glob`, `like`\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdynapi%2Fdynapi-v1","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdynapi%2Fdynapi-v1","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdynapi%2Fdynapi-v1/lists"}