Interface WelcomeApiClient


public interface WelcomeApiClient
A delegate to be called by the Controller}. Implement this interface with a Service annotated class.
  • Method Summary

    Modifier and Type
    Method
    Description
    default Optional<org.springframework.web.context.request.NativeWebRequest>
     
    default org.springframework.http.ResponseEntity<Get200Response>
    GET / : Get Welcome **Test Endpoint** Returns the information about the Unofficial Medium API
  • Method Details

    • getRequest

      default Optional<org.springframework.web.context.request.NativeWebRequest> getRequest()
    • rootGet

      default org.springframework.http.ResponseEntity<Get200Response> rootGet()
      GET / : Get Welcome **Test Endpoint** Returns the information about the Unofficial Medium API
      Returns:
      OK (status code 200)
      See Also: