spring-petclinic-angular icon indicating copy to clipboard operation
spring-petclinic-angular copied to clipboard

Align with new backend API

Open arey opened this issue 3 years ago • 3 comments

The PR https://github.com/spring-petclinic/spring-petclinic-rest/pull/52 introduce some changes to the backend API:

  • date format have changed to RFC-3339
  • some bidirectional ids have been removed.
  • search by lastname API has changed
  • The /pets resource move to /owners/{ownerId}/pets

Thoses changes may be reported to the Angular frontend.

arey avatar Nov 15 '21 17:11 arey

@simrin051 you may take this issue if you want

arey avatar Nov 15 '21 17:11 arey

Thanks @arey

simrin051 avatar Nov 15 '21 17:11 simrin051

Hi, not sure if issue is related to what I am seeing using the Docker image for the Angular frontend. I get 400 response error for the backend endpoints to add a veterinarian, a new type of pet and a new type of speciality.

gerardorosiles avatar Sep 22 '22 23:09 gerardorosiles