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

com.github.sheigutn.pushbullet.http.defaults.get.CurrentUserInfoRequest Maven / Gradle / Ivy

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

import com.github.sheigutn.pushbullet.http.GetRequest;
import com.github.sheigutn.pushbullet.http.Urls;
import com.github.sheigutn.pushbullet.items.user.CurrentUser;

public class CurrentUserInfoRequest extends GetRequest {

    public CurrentUserInfoRequest() {
        super(Urls.CURRENT_USER);
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy