No commit activity in last 3 years
No release in over 3 years
HTTP client plugin for Textbringer.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

>= 0

Runtime

 Project Readme

textbringer-http_client

HTTP client plugin for 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.