Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/shugo/textbringer-http_client
HTTP client plugin for Textbringer
https://github.com/shugo/textbringer-http_client
Last synced: about 1 month ago
JSON representation
HTTP client plugin for Textbringer
- Host: GitHub
- URL: https://github.com/shugo/textbringer-http_client
- Owner: shugo
- License: mit
- Created: 2019-03-02T07:20:28.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2019-03-02T07:40:16.000Z (almost 6 years ago)
- Last Synced: 2024-11-14T10:29:53.098Z (about 1 month ago)
- Language: Ruby
- Size: 8.79 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# textbringer-http_client
HTTP client plugin for [Textbringer](https://github.com/shugo/textbringer).
## Installation
$ gem install textbringer-http_client
## Usage
Type `M-x send_http_request` to send an HTTP request, for example, in the following buffer:
```
POST http://localhost:4000/graphql
Content-Type: application/json{
"query":"query todo{ todo(id: 1) { id content } }",
"variables":null,
"operationName":"todo"
}
```## Contributing
Bug reports and pull requests are welcome on GitHub at https://github.com/shugo/textbringer-http_client.
## License
The gem is available as open source under the terms of the [MIT License](http://opensource.org/licenses/MIT).