iommi
vscode-restclient
iommi | vscode-restclient | |
---|---|---|
3 | 15 | |
850 | 5,497 | |
3.2% | 1.6% | |
9.4 | 6.3 | |
4 days ago | 5 months ago | |
Python | TypeScript | |
BSD 3-clause "New" or "Revised" License | MIT License |
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
iommi
-
Building a full Django project, starting with a single file
It's not really tied to manage.py no. And in any case that's a trivial 3 lines of code (plus imports, blank lines: https://github.com/iommirocks/iommi/blob/master/examples/man...).
I think you're overdramatizing 3 lines of code...
-
Beyond OpenAPI
It's all about the tooling. I wrote my own for iommi where the html output of some code gets saved in a defined place, and then the finished documentation page embeds that html in an iframe. It's not only WAY WAY easier to maintain than a bunch of screenshots, but I found a ton of issues with the documentation after I made it so it runs all the examples and I can look at the output.
example: https://docs.iommi.rocks/en/latest/cookbook_forms.html
corresponding documentation/tests: https://github.com/iommirocks/iommi/blob/master/docs/test_do...
my evil hack to get this working: https://github.com/iommirocks/iommi/blob/master/make_doc_rst... and https://github.com/iommirocks/iommi/blob/master/iommi/docs.p...
-
Markdown, Asciidoc, or reStructuredText – a tale of docs-as-code
is generated from this pytest source: https://github.com/TriOptima/iommi/blob/master/docs/test_doc...
Is that how rust documentation works?
vscode-restclient
-
Ask HN: Alternatives to Postman?
Same. I use https://github.com/Huachao/vscode-restclient
If you need a little more control or automation, it can also generate scripts for cURL or PowerShell (and others) directly from the request. Organization is on you, but I prefer that over a heavyweight and opinionated tool like Postman.
The .http files can also be used in Jetbrains Rider (probably their other suites as well)
- Bruno
- API completa em Golang - Parte 6
- VSCode REST Client
- Beyond OpenAPI
-
Hurl 4.0.0
For a team using VSCode you can try the vscode-restclient[1]
But really Hurl looks really interesting, being editor agnostic is the best solution for your problem, I agree.
[1] https://github.com/Huachao/vscode-restclient
- Lama2: Plain-Text Powered REST API Client for Teams
- Show HN: Restfox – A web based HTTP client inspired by Insomnia and Postman
- VS Code REST Client
-
Task runner client similar like Rest Client
Does somebody know a task runner extension similar to https://github.com/Huachao/vscode-restclient?
What are some alternatives?
django-singlefile
vscode-httpyac - Quickly and easily send REST, Soap, GraphQL, GRPC, MQTT and WebSocket requests directly within Visual Studio Code
eleventy-plugin-asciidoc - Eleventy plugin to add support for AsciiDoc.
rest.nvim - A fast Neovim http client written in Lua
pytest-doctestplus - Pytest plugin providing advanced doctest features
vscode-live-server - Launch a development local Server with live reload feature for static & dynamic pages.