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

com.larksuite.oapi.core.api.Constants Maven / Gradle / Ivy

Go to download

Larksuite open platform facilitates the integration of enterprise applications and larksuite, making collaboration and management more efficient

There is a newer version: 1.0.18-rc8
Show newest version
package com.larksuite.oapi.core.api;

public interface Constants {

    String OAPI_ROOT_PATH = "open-apis";
    String APP_ACCESS_TOKEN_INTERNAL_URL_PATH = "auth/v3/app_access_token/internal";
    String APP_ACCESS_TOKEN_ISV_URL_PATH = "auth/v3/app_access_token";
    String TENANT_ACCESS_TOKEN_INTERNAL_URL_PATH = "auth/v3/tenant_access_token/internal";
    String TENANT_ACCESS_TOKEN_ISV_URL_PATH = "auth/v3/tenant_access_token";
    String APPLY_APP_TICKET_PATH = "auth/v3/app_ticket/resend";

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy