Interface UsersnapResource
-
@Path("/usersnap") @Produces("application/json") public interface UsersnapResource
Resource for Usersnap integration
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description UsersnapResponse
getSettings()
Get the Usersnap settings
-
-
-
Method Detail
-
getSettings
@GET UsersnapResponse getSettings() throws Exception
Get the Usersnap settings- Returns:
- response containing the Usersnap settings
- Throws:
Exception
-
-