java.lang.Object
nl.janboonen.oas.contractfirstdesign.cat.adapter.catfacts.BreedsApi

@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2023-12-14T17:23:58.166621048Z[Etc/UTC]") public class BreedsApi extends Object
  • Constructor Details

    • BreedsApi

      public BreedsApi()
    • BreedsApi

      public BreedsApi(ApiClient apiClient)
  • Method Details

    • getApiClient

      public ApiClient getApiClient()
    • setApiClient

      public void setApiClient(ApiClient apiClient)
    • getBreeds

      public GetBreeds200Response getBreeds(Long limit) throws ApiException
      Get a list of breeds Returns a a list of breeds
      Parameters:
      limit - limit the amount of results returned (optional)
      Returns:
      GetBreeds200Response
      Throws:
      ApiException - if fails to make API call
    • getBreeds

      public GetBreeds200Response getBreeds(Long limit, Map<String,String> additionalHeaders) throws ApiException
      Get a list of breeds Returns a a list of breeds
      Parameters:
      limit - limit the amount of results returned (optional)
      additionalHeaders - additionalHeaders for this call
      Returns:
      GetBreeds200Response
      Throws:
      ApiException - if fails to make API call