freeCodeCamp / open-api

freeCodeCamp's open-api Intiative
BSD 3-Clause "New" or "Revised" License
89 stars 28 forks source link

chore: merge User with GDPRUser #172

Closed ojongerius closed 6 years ago

ojongerius commented 6 years ago
The main differences being:
* the GDPRUser type exposed all data
* the deleteUser would return a GDPRUser

Without the GDPR types all of this functionality is still there and people
with the same authorization are still able to do exactly the same thing.

It is up to the clients making the queries to specify which data
they want to have returned.

/cc @Bouncey

No test were harmed while creating this PR.