# restemplate 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. To ease this, I wrote restemplate. ## Features * Supports all HTTP methods * Simple templates/profiles specifying how a call looks like * Variable replacement in Headers, URIs and the Payload * Query users for variables * Store "last" variable values to be easily reused * SSL support via openssl - dynamically loads openssl, so if you don't use it, you don't need it * Entirely written in FreePascal - ... it is therefore cross-platform (compilable :-)) ## Usage Calling restemplate is as easy as calling `restemplate [options]