Juriy / swapi

SWAPI - Star Wars API service
https://swapi.dev
BSD 3-Clause "New" or "Revised" License
286 stars 91 forks source link

fix: primary keys in people #24

Closed MonsieurMan closed 3 years ago

MonsieurMan commented 3 years ago

This PR fixes https://github.com/Juriy/swapi/issues/12. The primary key of people being shifted from the 16nth people till the end.

Juriy commented 3 years ago

Thank you for your contribution, but I wouldn't change the model at this moment for compatibility reasons, keeping the "legacy" API in exactly the shape as it was before. We are working on "v2" of API that will have this issue fixed.

Nevertheless, your contribution is very much appreciated!