Skip to content

Commit

Permalink
Add documentation link to README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jwilm committed Nov 11, 2015
1 parent 685dd6f commit cabe652
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ json-request

Rust library for talking to JSON HTTP servers

[Documentation][]

## Usage

One method, `request`, is exposed which makes HTTP requests and provides
Expand Down Expand Up @@ -49,3 +51,5 @@ git = "https://github.com/jwilm/json-request"
- *TODO*: The `data` parameter should be url encoded and appended to the URL for
GET requests.
- *TODO*: Would be nice to have a DSL macro that's a little more user friendly

[Documentation]: http://jwilm.github.io/json-request/json_request

0 comments on commit cabe652

Please sign in to comment.