Templater icon indicating copy to clipboard operation
Templater copied to clipboard

feat: new web function to make http requests

Open Rooyca opened this issue 1 month ago • 0 comments

Short Description

tp.web function to make HTTP requests. Optionally, you can specify a path to extract specific data from the response.

Example

<% tp.web.request("https://jsonplaceholder.typicode.com/todos", "0.title") %>

Here we are making a call to the todos endpoint and we are getting the title of the first element.

Rooyca avatar May 26 '24 01:05 Rooyca