{"id":29627570,"url":"https://github.com/ecthiender/daak.nvim","last_synced_at":"2025-07-21T08:04:47.715Z","repository":{"id":301202709,"uuid":"1008496261","full_name":"ecthiender/daak.nvim","owner":"ecthiender","description":"Neovim plugin to play with HTTP/GraphQL APIs right inside your editor","archived":false,"fork":false,"pushed_at":"2025-07-04T04:26:22.000Z","size":12,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-07-04T05:25:38.799Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Lua","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/ecthiender.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,"zenodo":null}},"created_at":"2025-06-25T16:24:01.000Z","updated_at":"2025-07-04T04:26:25.000Z","dependencies_parsed_at":"2025-06-25T17:52:11.849Z","dependency_job_id":null,"html_url":"https://github.com/ecthiender/daak.nvim","commit_stats":null,"previous_names":["ecthiender/daak.nvim"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/ecthiender/daak.nvim","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ecthiender%2Fdaak.nvim","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ecthiender%2Fdaak.nvim/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ecthiender%2Fdaak.nvim/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ecthiender%2Fdaak.nvim/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ecthiender","download_url":"https://codeload.github.com/ecthiender/daak.nvim/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ecthiender%2Fdaak.nvim/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":266263057,"owners_count":23901356,"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":[],"created_at":"2025-07-21T08:04:47.032Z","updated_at":"2025-07-21T08:04:47.704Z","avatar_url":"https://github.com/ecthiender.png","language":"Lua","funding_links":[],"categories":[],"sub_categories":[],"readme":"# daak.nvim - the original postman\n\n\u003e [!WARNING]\n\u003e #### 🚧  WORK IN PROGRESS 🚧\n\u003e This repo is currently work in progress. Various features may be functionally\n\u003e incomplete. And obviously, there will be bugs.\n\ndaak.nvim is a simple neovim plugin to make HTTP and GraphQL requests. You don't\nhave to leave your editor, and you can fully edit, manipulate, inspect request\nand responses. The request and response are written in plain text, and can exist\nin any buffer, from where you can execute the request. This means, you can have\na collection of requests saved in a file, which you can open and start executing\nrequests, or you can open up a scratch buffer, type in the request and execute\nit.\n\n## Install\n\n### Using Lazy\n\n```lua\n{\n  {\n    \"ecthiender/daak.nvim\",\n    config = function()\n      require(\"daak\").setup()\n    end,\n  },\n}\n```\n\n## Usage\n\nCreate text in any open buffer of HTTP spec format. Check the `test.txt` file\nfor examples.\n\nEach text group separated by the separator (`---`) is considered a separate\nHTTP request object.\n\nTo execute a request, place the cursor anywhere inside a HTTP request object,\nand press `\u003cleader\u003edr`.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fecthiender%2Fdaak.nvim","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fecthiender%2Fdaak.nvim","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fecthiender%2Fdaak.nvim/lists"}