Package com.groupon.odo.client

Examples of com.groupon.odo.client.Client.createPath()


        // createPath takes three arguments
        // 1. pathName: friendly name of the new path
        // 2. pathValue: regular expression to compare to request path
        // 3. requestType: GET, POST, PUT, DELETE
        client.createPath("Test Path", "/test", "GET");
    }

    /**
     * Demonstrates how to add an override to an existing path
     */
 
View Full Code Here

TOP
Copyright © 2018 www.massapi.com. 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.