{"id":29835428,"url":"https://github.com/dataforseo/dataforseoclientsgenerator","last_synced_at":"2026-02-16T10:40:57.276Z","repository":{"id":306256376,"uuid":"1024295030","full_name":"dataforseo/DataForSeoClientsGenerator","owner":"dataforseo","description":null,"archived":false,"fork":false,"pushed_at":"2025-09-24T15:33:02.000Z","size":138,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-10-06T19:26:52.393Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Liquid","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/dataforseo.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"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}},"created_at":"2025-07-22T13:29:29.000Z","updated_at":"2025-09-24T15:33:07.000Z","dependencies_parsed_at":"2025-07-24T17:10:35.296Z","dependency_job_id":"b5f5a20f-c3b6-4e96-af2c-16c69716cb8c","html_url":"https://github.com/dataforseo/DataForSeoClientsGenerator","commit_stats":null,"previous_names":["dataforseo/dataforseoclientsgenerator"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/dataforseo/DataForSeoClientsGenerator","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dataforseo%2FDataForSeoClientsGenerator","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dataforseo%2FDataForSeoClientsGenerator/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dataforseo%2FDataForSeoClientsGenerator/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dataforseo%2FDataForSeoClientsGenerator/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dataforseo","download_url":"https://codeload.github.com/dataforseo/DataForSeoClientsGenerator/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dataforseo%2FDataForSeoClientsGenerator/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29506264,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-16T09:05:14.864Z","status":"ssl_error","status_checked_at":"2026-02-16T08:55:59.364Z","response_time":115,"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":"2025-07-29T12:42:14.300Z","updated_at":"2026-02-16T10:40:57.213Z","avatar_url":"https://github.com/dataforseo.png","language":"Liquid","funding_links":[],"categories":[],"sub_categories":[],"readme":"# DataForSeo Clients Generator\n\nA OpenAPI-based code generator that creates client libraries for DataForSeo API in multiple programming languages.\n\n## Overview\n\nDataForSeo Clients Generator is a .NET-based tool that automatically generates client SDK libraries for the DataForSeo API using OpenAPI specifications. It supports multiple programming languages and provides type-safe, well-documented client libraries that make it easy to integrate with DataForSeo services.\n\n## Supported Languages\n\n- **C# (.NET)**\n- **Java**\n- **TypeScript**\n- **Python**\n\n## Getting Started\n\nThe easiest way to generate client libraries is through the **Console application** (`OpenApiGenerator.Console`), which serves as the main entry point for the code generator.\n\n### Command Line Options\n\nThe Console application supports the following command-line options:\n\n```bash\ncd OpenApiGenerator.Console\ndotnet run -c Release -- [options]\n```\n\n**Available Options:**\n\n- `--languages` - Programming languages to generate code for (comma-separated)\n  - Available: `CSharp`, `Java`, `Python`, `TypeScript`\n  - Default: All languages\n  - Example: `--languages CSharp Python`\n\n- `--doc` - Path to the OpenAPI YAML specification file\n  - Default: Downloads from official DataForSeo GitHub [repository](https://github.com/dataforseo/OpenApiDocumentation)\n  - Example: `--doc C:\\path\\to\\openapi.yaml`\n\n- `--out` - Output root path for generated client libraries\n  - Default: Executing directory\n  - Example: `--out C:\\Generated\\Clients`\n\n- `--login` - DataForSeo API username for configuration test classes to fetch data from api\n  - Default: username\n  - Example: `--login your-username`\n\n- `--password` - DataForSeo API password for test configuration test classes to fetch data from api\n  - Default: password\n  - Example: `--password your-password`\n\n### Usage Examples\n\n**Generate all client libraries with default settings:**\n```bash\ndotnet run -c Release\n```\n\n**Generate only C# and Python clients:**\n```bash\ndotnet run -c Release -- --languages CSharp Python --out D:\\MyClients\n```\n\n**Generate with custom OpenAPI file and credentials:**\n```bash\ndotnet run -c Release -- --doc D:\\api\\openapi.yaml --login myuser --password mypass --out C:\\Output\n```\n\nThe generator will automatically create appropriate project structures, dependencies, and test configurations for each selected language.\n\n## License\n\nThis project is licensed under the [MIT License](LICENSE).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdataforseo%2Fdataforseoclientsgenerator","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdataforseo%2Fdataforseoclientsgenerator","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdataforseo%2Fdataforseoclientsgenerator/lists"}