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

com.github.jamesnetherton.zulip.client.api.draft.request.DraftRequestConstants Maven / Gradle / Ivy

The newest version!
package com.github.jamesnetherton.zulip.client.api.draft.request;

final class DraftRequestConstants {

    final static String DRAFTS_API_PATH = "drafts";
    final static String DRAFT_ID_API_PATH = DRAFTS_API_PATH + "/%d";

    private DraftRequestConstants() {
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy