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 Details

  • Method Details

    • upsertGesture

      org.springframework.http.ResponseEntity<String> upsertGesture(String gestureType, String gesture)
    • getGesture

      org.springframework.http.ResponseEntity<String> getGesture(String gestureType, String target)
    • deleteGesture

      org.springframework.http.ResponseEntity<Void> deleteGesture(String gestureType)
    • deleteAllGestures

      org.springframework.http.ResponseEntity<Void> deleteAllGestures()