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

tech.pylons.lib.constants.QueryConstants.kt Maven / Gradle / Ivy

package tech.pylons.lib.constants

class QueryConstants {

    companion object {
        const val URL_get_item = "/custom/pylons/get_item/"
        const val URL_items_by_cookbook = "/custom/pylons/items_by_cookbook/"
        const val URL_items_by_sender = "/custom/pylons/items_by_sender/"
        const val URL_addr_from_pub_key = "/custom/pylons/addr_from_pub_key/"
        const val URL_check_google_iap_order = "/custom/pylons/check_google_iap_order/"
        const val URL_get_cookbook = "/custom/pylons/get_cookbook/"
        const val URL_get_execution = "/custom/pylons/get_execution/"
        const val URL_get_recipe =  "/custom/pylons/get_recipe/"
        const val URL_get_trade = "/custom/pylons/get_trade/"
        const val URL_list_cookbook = "/custom/pylons/list_cookbook/"
        const val URL_list_executions = "/custom/pylons/list_executions/"
        const val URL_get_locked_coins = "/custom/pylons/get_locked_coins/"
        const val URL_get_locked_coin_details = "/custom/pylons/get_locked_coin_details/"
        const val URL_list_recipe = "/custom/pylons/list_recipe/"
        const val URL_list_recipe_by_cookbook = "/custom/pylons/list_recipe_by_cookbook/"
        const val URL_list_shorten_recipe = "/custom/pylons/list_shorten_recipe/"
        const val URL_list_shorten_recipe_by_cookbook = "/custom/pylons/list_shorten_recipe_by_cookbook/"
        const val URL_list_trade = "/custom/pylons/list_trade/"
        const val URL_balance = "/custom/pylons/balance/"
   }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy