{"id":21250768,"url":"https://github.com/yididiyan/dio2curl","last_synced_at":"2025-08-24T17:10:08.497Z","repository":{"id":45409611,"uuid":"190579459","full_name":"yididiyan/dio2curl","owner":"yididiyan","description":"Converts Dart Dio requests to curl","archived":false,"fork":false,"pushed_at":"2021-12-15T09:54:05.000Z","size":6,"stargazers_count":6,"open_issues_count":3,"forks_count":6,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-04-05T19:04:25.241Z","etag":null,"topics":["curl","dart","dartlang","dio","flutter"],"latest_commit_sha":null,"homepage":"","language":"Dart","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/yididiyan.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}},"created_at":"2019-06-06T12:42:40.000Z","updated_at":"2022-03-24T11:24:58.000Z","dependencies_parsed_at":"2022-08-28T21:51:32.074Z","dependency_job_id":null,"html_url":"https://github.com/yididiyan/dio2curl","commit_stats":null,"previous_names":["yididiyan/dio2curl","yididya/dio2curl"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/yididiyan/dio2curl","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yididiyan%2Fdio2curl","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yididiyan%2Fdio2curl/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yididiyan%2Fdio2curl/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yididiyan%2Fdio2curl/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/yididiyan","download_url":"https://codeload.github.com/yididiyan/dio2curl/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yididiyan%2Fdio2curl/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":264705062,"owners_count":23652153,"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","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":["curl","dart","dartlang","dio","flutter"],"created_at":"2024-11-21T03:38:47.956Z","updated_at":"2025-07-11T01:31:22.729Z","avatar_url":"https://github.com/yididiyan.png","language":"Dart","funding_links":[],"categories":[],"sub_categories":[],"readme":"# dio2curl - \nConverts dio requests to curl format \n\n\n## Usage \n```dart\nimport 'dart:convert';\nimport 'package:dio2curl/dio2curl.dart';\nimport 'package:dio/dio.dart';\n\nvoid main() async{\n  var dio = Dio();\n\n  final data = {\n    \"title\": \"voluptate et itaque vero tempora molestiae\",\n    \"body\": \"eveniet quo quis laborum totam consequatur non dolor ut et est repudiandae est voluptatem vel debitis et magnam\"\n  };\n    \n\n  dio.post(\n    \"https://jsonplaceholder.typicode.com/posts\", \n    data: json.encode(data),\n    options: Options(\n      responseType: ResponseType.json,\n      headers: {\n        'Authorization': 'Bearer asdkfjalskdfjSomebullshit',\n      },\n    \n  )).then((response) {\n    print(dio2curl(response.request));\n  });\n  \n\n}\n```\n\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyididiyan%2Fdio2curl","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fyididiyan%2Fdio2curl","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyididiyan%2Fdio2curl/lists"}