{"id":15374663,"url":"https://github.com/scyth3-c/knock-cpp-api","last_synced_at":"2026-04-17T01:31:50.224Z","repository":{"id":112585545,"uuid":"480966553","full_name":"scyth3-c/knock-cpp-API","owner":"scyth3-c","description":"API to compile C++ where the sun shines ☀️ - cloud based","archived":false,"fork":false,"pushed_at":"2023-10-31T16:44:53.000Z","size":191,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2026-03-28T17:53:49.766Z","etag":null,"topics":["cloud","cloud-based","docker","dockerfile","javascript","makefile","nodejs","typescript"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","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/scyth3-c.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":"SECURITY.md","support":null,"governance":null}},"created_at":"2022-04-12T20:40:43.000Z","updated_at":"2023-07-18T09:11:51.000Z","dependencies_parsed_at":"2023-05-16T18:00:17.332Z","dependency_job_id":"e2e5c8ce-32d8-443e-8dd4-c5044bfca407","html_url":"https://github.com/scyth3-c/knock-cpp-API","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/scyth3-c/knock-cpp-API","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/scyth3-c%2Fknock-cpp-API","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/scyth3-c%2Fknock-cpp-API/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/scyth3-c%2Fknock-cpp-API/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/scyth3-c%2Fknock-cpp-API/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/scyth3-c","download_url":"https://codeload.github.com/scyth3-c/knock-cpp-API/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/scyth3-c%2Fknock-cpp-API/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31911448,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-16T18:22:33.417Z","status":"ssl_error","status_checked_at":"2026-04-16T18:21:47.142Z","response_time":69,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: 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":["cloud","cloud-based","docker","dockerfile","javascript","makefile","nodejs","typescript"],"created_at":"2024-10-01T13:59:27.455Z","updated_at":"2026-04-17T01:31:50.194Z","avatar_url":"https://github.com/scyth3-c.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\n# Knock Cpp API\n\nCompile C++ everywhere with notes and code spaces!\n\n## Getting Started\n\nThese instructions will guide you on how to use the API and make requests to its endpoints.\n\n### Prerequisites\n\nTo interact with the API, you will need:\n\n- A tool to make HTTP requests (e.g., cURL, Postman)\n\n### API Base URL\n\nThe base URL for accessing the API is: `\u003cbase_url\u003e/api/v2`\n\n## API Endpoints\n\nThe API exposes the following endpoints:\n\n### Addon\n\n- `POST /addon/compile`: Compiles source code.\n- `POST /addon/download`: Downloads source code.\n- `POST /addon/assembly`: Generates assembly code.\n\n### Notes\n\n- `POST /notes/new`: Creates a new note.\n- `PUT /notes/update`: Update a note.\n- `GET /notes/find`: Retrieves the notes.\n- `POST /notes/items`: Adds items to the notes.\n- `DELETE /notes/delete`: Deletes a note by ID.\n- `GET /notes/show`: Retrieves a note by ID.\n- `GET /notes/last`: Retrieves the last note.\n\n### Crypto\n\n- `GET /crypto/sha256`: Generates SHA256 hash.\n\n## Codespaces\n\n- `POST /codespaces/new`: Creates a new codespaces.\n- `POST /codespaces/findone`: Creates a new codespaces.\n- `GET /codespaces/find`: Retrieves the codespaces.\n- `PUT /codespaces/update`: Update a codespaces by ID.\n- `DELETE /codespaces/delete`: Deletes a codespaces by ID.\n\n## Sys\n\n- `GET /sys/exceptions/`: Retrieves the system exceptions\n- `GET /sys/exceptions/last`: Retrieves the last system exception\n\n\n## API Swagger DOC\n\nfor detailed information about the API endpoints\n[API Doc](https://github.com/scyth3-c/knock-cpp-API/blob/master/Doc/Knock-Cpp-API-DOC.yaml)\n\n\n## API Reference\n\nFor detailed information about the API endpoints, request/response formats, and parameters, please refer to the [API Reference](https://github.com/scyth3-c/knock-cpp-API/blob/master/Doc/api-reference.md) document.\n\n\n## API Usage\n\nDetailed examples of how to use the API endpoints can be found in the [API Usage](https://github.com/scyth3-c/knock-cpp-API/blob/master/Doc/api-usage.md) document.\n\n\n## Contributing\n\nContributions are welcome! If you find any issues or have suggestions for improvements, please create an issue or submit a pull request.\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%2Fscyth3-c%2Fknock-cpp-api","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fscyth3-c%2Fknock-cpp-api","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fscyth3-c%2Fknock-cpp-api/lists"}