All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.github.sheigutn.pushbullet.http.PostRequest Maven / Gradle / Ivy

The newest version!
package com.github.sheigutn.pushbullet.http;

import org.apache.http.client.methods.HttpPost;

public class PostRequest extends EntityEnclosingRequest {

    public PostRequest(String relativePath) {
        super(relativePath);
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy