Interface GesturesAPI
- All Known Implementing Classes:
GesturesAPIRestClient,GesturesAPISyncWebClient,GesturesAPITemplateClient,GesturesController
public interface GesturesAPI
The following is an example of using the HTTP constructs,
Resources, and Methods consistent with the HTTP-based/REST-like
category of service discussed in the lectures.
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<Void> org.springframework.http.ResponseEntity<Void> deleteGesture(String gestureType) org.springframework.http.ResponseEntity<String> getGesture(String gestureType, String target) org.springframework.http.ResponseEntity<String> upsertGesture(String gestureType, String gesture)
-
Field Details
-
GESTURES_PATH
- See Also:
-
GESTURE_PATH
- See Also:
-
target
- See Also:
-
-
Method Details
-
upsertGesture
-
getGesture
-
deleteGesture
-
deleteAllGestures
org.springframework.http.ResponseEntity<Void> deleteAllGestures()
-