* Fixed typo
This commit is contained in:
parent
22605a453e
commit
ff10e890e5
|
@ -3,7 +3,7 @@
|
||||||
restemplate is a simple tool I wrote, to simplify queries against REST services.
|
restemplate is a simple tool I wrote, to simplify queries against REST services.
|
||||||
Usually I used curl together with a lot of text files containing the requests I send and manually replaced the necessary content within the URL and the payload.
|
Usually I used curl together with a lot of text files containing the requests I send and manually replaced the necessary content within the URL and the payload.
|
||||||
|
|
||||||
To ease this, I wrote restlet.
|
To ease this, I wrote restemplate.
|
||||||
|
|
||||||
## Features
|
## Features
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue