Package com.mediumapi.client
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 TypeMethodDescriptiondefault Optional<org.springframework.web.context.request.NativeWebRequest>default org.springframework.http.ResponseEntity<Get200Response>rootGet()GET / : Get Welcome **Test Endpoint** Returns the information about the Unofficial Medium API
-
Method Details
-
getRequest
-
rootGet
GET / : Get Welcome **Test Endpoint** Returns the information about the Unofficial Medium API- Returns:
- OK (status code 200)
- See Also:
-