Attention: the list was moved to
https://github.com/dypsilon/frontend-dev-bookmarks
This page is not maintained anymore, please update your bookmarks.
| import com.sun.jersey.api.client.Client; | |
| import com.sun.jersey.api.client.WebResource; | |
| import lombok.Data; | |
| import org.codehaus.jackson.map.ObjectMapper; | |
| import javax.ws.rs.core.MediaType; | |
| import java.io.IOException; | |
| /** | |
| * A easy to use class to facilitate calling the IFTTT Maker API (https://ifttt.com/maker) to trigger IFTTT recipes. |
Attention: the list was moved to
https://github.com/dypsilon/frontend-dev-bookmarks
This page is not maintained anymore, please update your bookmarks.