Interface WelcomeApi


public interface WelcomeApi
  • Method Summary

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

    • getDelegate

      default WelcomeApiClient getDelegate()
    • rootGet

      @RequestMapping(method=GET, value="/", produces="application/json") 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)