{"id":21578415,"url":"https://github.com/lucasdiasjorge/lib-curl-implementation","last_synced_at":"2026-04-11T06:40:58.373Z","repository":{"id":108411108,"uuid":"599850053","full_name":"LucasDiasJorge/Lib-Curl-Implementation","owner":"LucasDiasJorge","description":"Project created to access APIs with C language. Used in Arduinos, Rasp and others microcomputers.","archived":false,"fork":false,"pushed_at":"2025-01-09T19:09:06.000Z","size":52,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-18T07:33:01.954Z","etag":null,"topics":["api-client","arduinos","c","cjson","curl","esp32","linux","orangepi","raspberry-pi","sockets"],"latest_commit_sha":null,"homepage":"","language":"C","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/LucasDiasJorge.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-02-10T02:22:27.000Z","updated_at":"2025-01-09T19:09:09.000Z","dependencies_parsed_at":"2024-01-09T14:04:12.486Z","dependency_job_id":"7d1443cc-431f-4392-8370-8912002b092c","html_url":"https://github.com/LucasDiasJorge/Lib-Curl-Implementation","commit_stats":null,"previous_names":["lucasdiasjorge/http-request","lucasdiasjorge/lib-curl","lucasdiasjorge/lib-curl-implementation"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/LucasDiasJorge/Lib-Curl-Implementation","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LucasDiasJorge%2FLib-Curl-Implementation","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LucasDiasJorge%2FLib-Curl-Implementation/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LucasDiasJorge%2FLib-Curl-Implementation/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LucasDiasJorge%2FLib-Curl-Implementation/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/LucasDiasJorge","download_url":"https://codeload.github.com/LucasDiasJorge/Lib-Curl-Implementation/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LucasDiasJorge%2FLib-Curl-Implementation/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31671629,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-10T17:19:37.612Z","status":"online","status_checked_at":"2026-04-11T02:00:05.776Z","response_time":54,"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","arduinos","c","cjson","curl","esp32","linux","orangepi","raspberry-pi","sockets"],"created_at":"2024-11-24T13:10:29.057Z","updated_at":"2026-04-11T06:40:58.316Z","avatar_url":"https://github.com/LucasDiasJorge.png","language":"C","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Using lib curl in C\n\n### Done:\n\n  - [x] Print html of \"https://example.com/\"\n  \n  - [x] Arduino application to make a get on a project of my own \n\n### Next step:\n\n1. Making REST methods with curl (main)\n  \n      - [x] Post\n  \n      - [x] Get\n  \n      - [x] Put\n  \n      - [x] Delete\n      \n2. Making Post from txt file (feature/post-file)\n    \n      - [x] Used on data stored in embedded Rasp pi memory\n      \n3. Refactor ifs to functions\n      - [x] Done ?\n\n  \n  ### Installation\n\n1. Linux only, for now\n2. Clone the repo\n   ```sh\n   git clone https://github.com/LucasDiasJorge/Curl-in-C.git\n   ```\n3. Install Lib Curl\n   ```sh\n   sudo apt-get install libcurl4-openssl-dev\n   ```\n4. Compile the project\n    ```sh\n   gcc -o main main.c -lcurl\n   ```\n5. Exec main\n    ```sh\n    ./main \u003coperation\u003e \u003curl\u003e\n   ```   \n\n\u003cp align=\"right\"\u003e(\u003ca href=\"#readme-top\"\u003eback to top\u003c/a\u003e)\u003c/p\u003e\n\n\u003c!-- USAGE EXAMPLES --\u003e\n## Usage\n\n_For more examples, please refer to the [Documentation](https://curl.se/docs/)_\n\n_For more http tutorials and etc, please refer to the [Documentation](https://developer.mozilla.org/)_\n\n_User Agent [Refer](https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/User-Agent)_\n\n_For post, used [Curl post](https://curl.se/libcurl/c/http-post.html)_\n\n\u003cp align=\"right\"\u003e(\u003ca href=\"#readme-top\"\u003eback to top\u003c/a\u003e)\u003c/p\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flucasdiasjorge%2Flib-curl-implementation","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flucasdiasjorge%2Flib-curl-implementation","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flucasdiasjorge%2Flib-curl-implementation/lists"}