Package com.uip.tatar.config

Examples of com.uip.tatar.config.Configuration


*/
public class AuthRequestSample {
    public static void main(String[] args) {

        //Создаем настройки для апи клиента
        Configuration apiTatarConfiguration = new ConfigurationBuilder()
                .url("api.tatar.ru") //default
                .useSSL(true)
                .version("v1"//default
                .authorizationToken("1d4c9c2443d0e902c2bb0aa98dd6221b87b71be81ffd1de4b7ce410f9872bf8a33c627d48606baad"//default
                .secretKey("f8dc24763533a2854c5947ca190169a35f1f41e2077b39ff15aeb6a10ee3b5c8219815f56e66746f"//default
View Full Code Here

TOP

Related Classes of com.uip.tatar.config.Configuration

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.