Package com.mediumapi.apiclient
Interface WelcomeApi
public interface WelcomeApi
-
Method Summary
Modifier and TypeMethodDescriptiondefault WelcomeApiClientdefault org.springframework.http.ResponseEntity<Get200Response>rootGet()GET / : Get Welcome **Test Endpoint** Returns the information about the Unofficial Medium API
-
Method Details
-
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)
-