Insomnia's source code is FOSS, there are forks since the company's recent changes.
Python
Welcome to the Python community on the programming.dev Lemmy instance!
📅 Events
Past
November 2023
- PyCon Ireland 2023, 11-12th
- PyData Tel Aviv 2023 14th
October 2023
- PyConES Canarias 2023, 6-8th
- DjangoCon US 2023, 16-20th (!django 💬)
July 2023
- PyDelhi Meetup, 2nd
- PyCon Israel, 4-5th
- DFW Pythoneers, 6th
- Django Girls Abraka, 6-7th
- SciPy 2023 10-16th, Austin
- IndyPy, 11th
- Leipzig Python User Group, 11th
- Austin Python, 12th
- EuroPython 2023, 17-23rd
- Austin Python: Evening of Coding, 18th
- PyHEP.dev 2023 - "Python in HEP" Developer's Workshop, 25th
August 2023
- PyLadies Dublin, 15th
- EuroSciPy 2023, 14-18th
September 2023
- PyData Amsterdam, 14-16th
- PyCon UK, 22nd - 25th
🐍 Python project:
- Python
- Documentation
- News & Blog
- Python Planet blog aggregator
💓 Python Community:
- #python IRC for general questions
- #python-dev IRC for CPython developers
- PySlackers Slack channel
- Python Discord server
- Python Weekly newsletters
- Mailing lists
- Forum
✨ Python Ecosystem:
🌌 Fediverse
Communities
- #python on Mastodon
- c/django on programming.dev
- c/pythorhead on lemmy.dbzer0.com
Projects
- Pythörhead: a Python library for interacting with Lemmy
- Plemmy: a Python package for accessing the Lemmy API
- pylemmy pylemmy enables simple access to Lemmy's API with Python
- mastodon.py, a Python wrapper for the Mastodon API
Feeds
@comfydecal any examples?
Engine search "insomnium" (like codium for vscode), there are multiple. This is the first result.
Check out Bruno https://www.usebruno.com/
I switched to it from insomnia and it has been pretty decent once I got used to it
I have recently tried Bruno, but it lacked some basic UI features I use regularly, like file picker UI for uploading a multipart file.
I also gave Recipe Ul a look, but I did not see an option to switch environments. (Haven't installed it and tried it, just went through the docs)
So I settled on Hopsscotch. Though their desktop UI is still in alpha, it looked good to me.
Do you self host hopscotch?
No, I am trying out their desktop app.
Huh, I guess there have been some changes since I've last checked
Hi there! Your text contains links to other Lemmy communities, here are correct links for Lemmy users: !golang@programming.dev, !opensource@programming.dev
You can just use normal .http
files. There’s support in all jetbrains products, vs code, visual studio, jetbrains even wrote a cli tool for it. https://blog.jetbrains.com/dotnet/2023/07/04/http-client-tools-everywhere/
https://kenslearningcurve.com/tutorials/test-an-api-by-using-http-files-in-vscode/
The nice thing about http files is that you’re never going to be locked into some company’s standard. They’re literally all just plain text files.
MS is trying to create a standard. https://github.com/dotnet/AspNetCore.Docs/issues/29431
There’s also https://httpyac.github.io though I’ve never heard of anyone using it.
Anyway, moving away from these proprietary separate HTTP/REST call products is a good thing. Postman really led the enshittification in this area.
What is the problem with insomnia?
They recently introduced an account requirement, which is a no-go for me.
@python @golang @opensource @Daveofthenorth
@immortalgeek thanks for your help, however as @comfydecal recommended I decided to get some Insomnia fork https://github.com/ArchGPT/insomnium
Hi there! Your text contains links to other Lemmy communities, here are correct links for Lemmy users: !golang@programming.dev, !opensource@programming.dev