{"id":25001619,"url":"https://github.com/seokhyunkim/easyapi","last_synced_at":"2025-08-01T23:04:51.536Z","repository":{"id":87895044,"uuid":"168425343","full_name":"SeokhyunKim/easyapi","owner":"SeokhyunKim","description":"Command-line API calling tool capable of bulk API calls with multi-threads and casual API performance tests.","archived":false,"fork":false,"pushed_at":"2021-10-04T16:15:27.000Z","size":76,"stargazers_count":1,"open_issues_count":2,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-07-20T07:49:31.423Z","etag":null,"topics":["api-client","bulk-operation","command-line-tools","multithreading"],"latest_commit_sha":null,"homepage":"","language":"C","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/SeokhyunKim.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}},"created_at":"2019-01-30T22:28:09.000Z","updated_at":"2021-10-04T16:15:30.000Z","dependencies_parsed_at":null,"dependency_job_id":"64f2ae16-3e13-4b6e-a220-ab4bacab7abf","html_url":"https://github.com/SeokhyunKim/easyapi","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/SeokhyunKim/easyapi","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SeokhyunKim%2Feasyapi","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SeokhyunKim%2Feasyapi/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SeokhyunKim%2Feasyapi/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SeokhyunKim%2Feasyapi/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/SeokhyunKim","download_url":"https://codeload.github.com/SeokhyunKim/easyapi/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SeokhyunKim%2Feasyapi/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":268310699,"owners_count":24230180,"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-08-01T02:00:08.611Z","response_time":67,"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-client","bulk-operation","command-line-tools","multithreading"],"created_at":"2025-02-04T20:37:21.764Z","updated_at":"2025-08-01T23:04:51.513Z","avatar_url":"https://github.com/SeokhyunKim.png","language":"C","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Easyapi: easy-to-use CLI tool for bulk API operations\nCommand-line API calling tool capable of bulk API calls with multi-threads and casual API performance tests.\n\n## Example use cases\nYou can see below cases by running 'easyapi' or 'easyapi -h' after installation.\n### Single api calls\n```\neasyapi get http://blabla.com/api/test\neasyapi post http://blabla.com/api/test/ '{\"key\":\"value\"}'\neasyapi put http://blabla.com/api/test/ 'any_string_data'\neasyapi delete post http://blabla.com/api/test/ '{\"key\":\"value\"}'\n```\n### Bulk api calls with simple templating\nUse ${var} in url path or data.\nIn below example, ${var1} and ${var2} will be replaced with the values in data_file.\n```\neasyapi post http://blabla.com/api/${var1}/test '{\"key\":\"${var2}\"}' --data-file data_file\neasyapi get http://blabla.com/api/${var1} --file data_file\n```\n#### About data file format\n```\n# see this example\nvar1, var2, var3   # first line should have list of variables. These variables also shuld exist in get-url path or data json of post call\n11, 22, 33         # var1, var2, var3 of get-url or post data-json will be replaced with these values.\n...                # number of calls should be same with number of these value lines.\n...                # If multiple threads are used, those will make calls by dividing given values\n```  \n\n## How to install in Mac OS\nGet cmake.\n```\nbrew install cmake\n```\nGet curl. Easyapi is depending on curl for making api calls.\n```\nbrew install curl\n```\nGet nlohmann-json which is a nice json library used in easyapi.\n```\nbrew install nlohmann-json\n```\nMaking directory for building easyapi. Let's try release version.\n```\nmkdir release\ncd release\n```\nNow, you're in release directory. Running cmake to make makefile and make easyapi. ;)\n```\ncmake -DCMAKE_BUILD_TYPE=Release ..\nmake\n```\nThat's it. You shuld be able to see your easyapi file at easyapi/release directory. As mentioned above, try 'easyapi -h' or just 'easyapi' to see how to use it.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fseokhyunkim%2Feasyapi","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fseokhyunkim%2Feasyapi","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fseokhyunkim%2Feasyapi/lists"}