{"id":47732332,"url":"https://github.com/mistweaverco/kulala-core","last_synced_at":"2026-05-23T01:02:00.558Z","repository":{"id":336887019,"uuid":"1066291078","full_name":"mistweaverco/kulala-core","owner":"mistweaverco","description":"The kulala-core will become the backend for all the kulala tools. It parses .http files and exectutes requests. including scripts, without any external requirements.","archived":false,"fork":false,"pushed_at":"2026-05-19T13:53:24.000Z","size":361,"stargazers_count":4,"open_issues_count":1,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-05-19T14:54:40.959Z","etag":null,"topics":["http-client-helper","http-requests","rest-client","rest-library"],"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/mistweaverco.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":"CODEOWNERS","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-09-29T09:36:58.000Z","updated_at":"2026-05-19T12:01:21.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/mistweaverco/kulala-core","commit_stats":null,"previous_names":["mistweaverco/kulala-core"],"tags_count":7,"template":false,"template_full_name":null,"purl":"pkg:github/mistweaverco/kulala-core","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mistweaverco%2Fkulala-core","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mistweaverco%2Fkulala-core/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mistweaverco%2Fkulala-core/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mistweaverco%2Fkulala-core/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mistweaverco","download_url":"https://codeload.github.com/mistweaverco/kulala-core/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mistweaverco%2Fkulala-core/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33378554,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-22T21:56:13.512Z","status":"ssl_error","status_checked_at":"2026-05-22T21:56:10.769Z","response_time":265,"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":["http-client-helper","http-requests","rest-client","rest-library"],"created_at":"2026-04-02T21:50:18.814Z","updated_at":"2026-05-23T01:02:00.538Z","avatar_url":"https://github.com/mistweaverco.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cdiv align=\"center\"\u003e\n\n![Kulala Logo](assets/logo.svg)\n\n# Kulala Core\n\n[![Made with love](assets/badge-made-with-love.svg)](https://github.com/mistweaverco/kulala-core/graphs/contributors)\n[![GitHub release (latest by date)](https://img.shields.io/github/v/release/mistweaverco/kulala-core?style=for-the-badge)](https://github.com/mistweaverco/kulala-core/releases/latest)\n[![Development status)](assets/badge-development-status.svg)](https://github.com/orgs/mistweaverco/projects/3/views/1?filterQuery=repo%3Amistweaverco%2Fkulala-core)\n[![Discord](assets/badge-discord.svg)](https://discord.gg/QyVQmfY4Rt)\n\n\u003cp\u003e\u003c/p\u003e\n\nKulala is swahili for \"rest\" or \"relax.\"\n\nA straightforwarded, powerful, and extendable HTTP client library.\nIt powers the [Kulala toolchain](https://getkulala.net),\nand can be used as a standalone library.\n\n\u003cp\u003e\u003c/p\u003e\n\n\u003c/div\u003e\n\n## Overview\n\nA RESTful API is a web service architecture that adheres to\nspecific constraints:\n\n- statelessness,\n- uniform interface,\n- client-server separation\n\nTypically using HTTP methods like `GET`, `POST`, `PUT`, and `DELETE`.\nIt uses standard web protocols to enable interoperability\nbetween distributed systems.\n\n## Features\n\n### Request types\n\n- HTTP RESTful (1.0, 1.1, 2, 3)\n- GraphQL (queries, mutations)\n\n### Variables\n\n- Host Environment\n- Document variables\n- Request scoped variables\n- `http-client.env` files\n- Built-in support for [kuba](https://kuba.mwco.app)\n\n### Scripting\n\nSupports JavaScript, Lua, and TypeScript for:\n\n- Pre-request\n- Post-request\n- Conditional\n- Inline\n- External\n\n### Authentication\n\n- Basic\n- Bearer\n- OAuth 2.0\n\n### Automation and testing\n\nAssertions, automated testing and reporting\nis compatible with the IntelliJ HTTP Client:\n\n## Usage\n\nSee the [examples][examples]\ndirectory for usage examples.\n\n### curl binary\n\nResolution order: `KULALA_CURL_PATH` (if set),\nthen a pinned copy under the user cache (for example on Linux: `~/.local/share/kulala-core/cache/curl/\u003cplatform\u003e-\u003carch\u003e/curl`),\nthen **curl** on your `PATH`,\nthen a one-time download of a pinned static build (SHA-256 verified) into that cache.\nYou can override the data or cache root with `KULALA_CORE_DATA_DIR` / `KULALA_CORE_CACHE_DIR`.\n\n- **Published library** (`dist/`): the npm build sets `__KULALA_EMBED_CURL__=false`, so the package does **not** embed curl from the machine that ran `npm publish`.\n- **`bun build --compile`**: run `packages/core/scripts/generate-vendored-curl.ts` (optionally with `--target=bun-…` for cross-compiles) so the matching curl is present in the cache and embedded for that build, then compile with `--define __KULALA_EMBED_CURL__=true`.\n\n[examples]: https://github.com/mistweaverco/kulala-core/tree/main/examples\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmistweaverco%2Fkulala-core","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmistweaverco%2Fkulala-core","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmistweaverco%2Fkulala-core/lists"}