{"id":31919503,"url":"https://github.com/techwithty/document_flow","last_synced_at":"2025-10-13T21:45:00.351Z","repository":{"id":312556540,"uuid":"1047885592","full_name":"TechWithTy/document_flow","owner":"TechWithTy","description":"Document automation SDK for real estate: e-sign, PDF generation, templating, and workflow orchestration.","archived":false,"fork":false,"pushed_at":"2025-08-31T13:06:15.000Z","size":3,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-08-31T15:11:07.388Z","etag":null,"topics":["api","contracts","document-automation","e-signature","fastapi","pdf","python","real-estate","templates","workflows"],"latest_commit_sha":null,"homepage":"https://www.cybershoptech.com","language":"Python","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/TechWithTy.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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-08-31T13:06:06.000Z","updated_at":"2025-08-31T13:06:18.000Z","dependencies_parsed_at":"2025-08-31T15:11:13.259Z","dependency_job_id":"ecb75e13-c840-469b-a4a0-92ff8eafc221","html_url":"https://github.com/TechWithTy/document_flow","commit_stats":null,"previous_names":["techwithty/document_flow"],"tags_count":null,"template":false,"template_full_name":null,"purl":"pkg:github/TechWithTy/document_flow","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TechWithTy%2Fdocument_flow","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TechWithTy%2Fdocument_flow/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TechWithTy%2Fdocument_flow/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TechWithTy%2Fdocument_flow/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/TechWithTy","download_url":"https://codeload.github.com/TechWithTy/document_flow/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TechWithTy%2Fdocument_flow/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279017053,"owners_count":26085951,"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":"2025-10-13T02:00:06.723Z","response_time":61,"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":["api","contracts","document-automation","e-signature","fastapi","pdf","python","real-estate","templates","workflows"],"created_at":"2025-10-13T21:44:56.081Z","updated_at":"2025-10-13T21:45:00.341Z","avatar_url":"https://github.com/TechWithTy.png","language":"Python","readme":"# Document Flow (Dotloop Public API v2)\n\nModular SDK and FastAPI routes to proxy Dotloop endpoints via our backend.\n\n## Environment Variables\n\n- DOTLOOP_ACCESS_TOKEN (required for real API calls)\n- DOTLOOP_BASE_URL (default: https://api-gateway.dotloop.com/public/v2)\n- DOTLOOP_TIMEOUT (default: 30)\n\nExample .env:\nDOTLOOP_ACCESS_TOKEN=your_token_here\nDOTLOOP_BASE_URL=https://api-gateway.dotloop.com/public/v2\nDOTLOOP_TIMEOUT=30\n\n## Endpoints\n\n- GET /dotloop/health\n  - Returns: { healthy, base_url, has_token }\n\n- GET /dotloop/profiles\n  - Query: page (default 1), page_size (default 50)\n  - Proxies: GET {DOTLOOP_BASE_URL}/profiles\n\n- GET /dotloop/profiles/{profile_id}/loops\n  - Query: page (default 1), page_size (default 50)\n  - Proxies: GET {DOTLOOP_BASE_URL}/profiles/{profileId}/loops\n\nExamples:\ncurl \"http://localhost:8000/dotloop/health\"\n\ncurl \"http://localhost:8000/dotloop/profiles?page=1\u0026page_size=50\"\n\ncurl \"http://localhost:8000/dotloop/profiles/123456/loops?page=1\u0026page_size=50\"\n\n## Internal Structure\n\n- client.py: DotloopClient builds URLs using base, adds Bearer token header if present.\n- api/profiles.py: Routes (`/dotloop/health`, `/dotloop/profiles`).\n- api/loops.py: Route (`/dotloop/profiles/{profile_id}/loops`).\n- api/_base.py: DotloopAPIBase with shared requests session, base URL, timeout.\n- api/_requests.py: ListParams, ListLoopsParams.\n- api/_enums.py, api/_responses.py: helpers.\n- api/routes.py: Aggregates dotloop sub-routers without extra prefix.","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftechwithty%2Fdocument_flow","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftechwithty%2Fdocument_flow","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftechwithty%2Fdocument_flow/lists"}