kulala.nvim

A minimal 🤏 HTTP-client 🐼 interface 🖥️ for Neovim ❤️.

MIT License

Stars
586
Committers
23

Bot releases are visible (Hide)

kulala.nvim - v2.8.2

Published by github-actions[bot] 3 months ago

What's Changed

Bug Fixes 🐛

New Contributors

Full Changelog: https://github.com/mistweaverco/kulala.nvim/compare/v2.8.1...v2.8.2

kulala.nvim - v2.8.1

Published by github-actions[bot] 3 months ago

What's Changed

Bug Fixes 🐛

Full Changelog: https://github.com/mistweaverco/kulala.nvim/compare/v2.8.0...v2.8.1

kulala.nvim - v2.8.0

Published by github-actions[bot] 3 months ago

What's Changed

Exciting New Features ✨

Full Changelog: https://github.com/mistweaverco/kulala.nvim/compare/v2.7.1...v2.8.0

kulala.nvim - v2.7.1

Published by github-actions[bot] 3 months ago

What's Changed

Documentation 📚

Bug Fixes 🐛

New Contributors

Full Changelog: https://github.com/mistweaverco/kulala.nvim/compare/v2.7.0...v2.7.1

kulala.nvim - v2.7.0

Published by github-actions[bot] 3 months ago

What's Changed

Documentation 📚

Exciting New Features ✨

Full Changelog: https://github.com/mistweaverco/kulala.nvim/compare/v2.6.0...v2.7.0

kulala.nvim - v2.6.0

Published by github-actions[bot] 3 months ago

What's Changed

Exciting New Features ✨

Full Changelog: https://github.com/mistweaverco/kulala.nvim/compare/v2.5.1...v2.6.0

kulala.nvim - v2.5.1

Published by github-actions[bot] 3 months ago

What's Changed

Bug Fixes 🐛

Full Changelog: https://github.com/mistweaverco/kulala.nvim/compare/v2.5.0...v2.5.1

kulala.nvim - v2.5.0

Published by github-actions[bot] 3 months ago

What's Changed

Exciting New Features ✨

Full Changelog: https://github.com/mistweaverco/kulala.nvim/compare/v2.4.0...v2.5.0

kulala.nvim - v2.4.0

Published by github-actions[bot] 3 months ago

What's Changed

Exciting New Features ✨

Full Changelog: https://github.com/mistweaverco/kulala.nvim/compare/v2.3.0...v2.4.0

kulala.nvim - v2.3.0

Published by github-actions[bot] 3 months ago

What's Changed

Exciting New Features ✨

Full Changelog: https://github.com/mistweaverco/kulala.nvim/compare/v2.2.2...v2.3.0

kulala.nvim - v2.2.2

Published by github-actions[bot] 3 months ago

What's Changed

Bug Fixes 🐛

Full Changelog: https://github.com/mistweaverco/kulala.nvim/compare/v2.2.1...v2.2.2

kulala.nvim - v2.2.1

Published by github-actions[bot] 3 months ago

What's Changed

Bug Fixes 🐛

Full Changelog: https://github.com/mistweaverco/kulala.nvim/compare/v2.2.0...v2.2.1

kulala.nvim - v2.2.0

Published by github-actions[bot] 3 months ago

What's Changed

Exciting New Features ✨

Full Changelog: https://github.com/mistweaverco/kulala.nvim/compare/v2.1.0...v2.2.0

kulala.nvim - v2.1.0

Published by github-actions[bot] 3 months ago

What's Changed

Exciting New Features ✨

You can now post-process the response body with any external command you like:

This comes in handy when getting a token from an auth endpoint and then re-using that in the next requests.

Simple example:

POST https://httpbin.org/post HTTP/1.1
content-type: application/json
accept: application/json
# @env-stdin-cmd AUTH_TOKEN jq -rcj .json.token
# @env-stdin-cmd AUTH_USERNAME jq -rcj .json.username

{
  "username": "gorillamoe",
  "password": "bananas",
  "token": "foobar"
}

###

POST https://httpbin.org/post HTTP/1.1
content-type: application/json
accept: application/json
authorization: Bearer {{AUTH_TOKEN}}

{
  "success": true,
  "username": "{{AUTH_USERNAME}}"
}

Full Changelog: https://github.com/mistweaverco/kulala.nvim/compare/v2.0.1...v2.1.0

kulala.nvim - v2.0.1

Published by github-actions[bot] 3 months ago

What's Changed

Bug Fixes 🐛

New Contributors

Full Changelog: https://github.com/mistweaverco/kulala.nvim/compare/v2.0.0...v2.0.1

kulala.nvim - v2.0.0

Published by github-actions[bot] 3 months ago

What's Changed

Breaking Changes 💥

If you encounter nasty bugs, open up issues, please and maybe stick to the v1 tags for the time being.

Full Changelog: https://github.com/mistweaverco/kulala.nvim/compare/v1.6.3...v2.0.0

kulala.nvim - v1.6.3

Published by github-actions[bot] 3 months ago

What's Changed

Exciting New Features ✨

Bug Fixes 🐛

Full Changelog: https://github.com/mistweaverco/kulala.nvim/compare/v1.6.2...v1.6.3

kulala.nvim - v1.6.2

Published by github-actions[bot] 3 months ago

kulala.nvim - v1.6.1

Published by github-actions[bot] 3 months ago

What's Changed

Exciting New Features ✨

New Contributors

Full Changelog: https://github.com/mistweaverco/kulala.nvim/compare/v1.6.0...v1.6.1

kulala.nvim - v1.6.0

Published by github-actions[bot] 3 months ago