AugustoMarcelo / mcuapi

🦸 Marvel Cinematic Universe API
https://mcuapi.herokuapp.com/docs
67 stars 3 forks source link

Suggestion: replace autonumber id with uuid #18

Closed deBasMan21 closed 2 years ago

deBasMan21 commented 2 years ago

It would help me if the ids of the movies and shows are an UUID because in my project i want to give users options to save a project and therefore the id of any project needs to be unique. I can add my own UUID but it will change everytime a new api call is executed. If it is not too much trouble of course :).

AugustoMarcelo commented 2 years ago

Hi, @deBasMan21

Thanks for the feedback. Now, this is not possible to be done since I do all the relationships between movies based on this incremental ID. Not sure if I did understand your problem very well, but despite I'm using an incremental ID, it is unique.

deBasMan21 commented 2 years ago

Okay i will find my own solution then.