Andreas Huber
Andreas Huber
https://github.com/serlo/api.serlo.org/pull/1234 already provided the database access to the API gateway and as an example moved a first endpoint, UserSetDescriptionMutation, to the API gateway. Now the other endpoints can be moved...
https://github.com/serlo/database-layer/tree/main/server/src/user shall be made obsolete by putting the required SQL queries directly into api.serlo.org instead of calling the database-layer. Use https://github.com/serlo/api.serlo.org/blob/staging/packages/server/src/database.ts for it. In api.serlo.org, make it work without the...
https://github.com/serlo/database-layer/blob/main/server/src/thread.rs shall be made obsolete by putting the required SQL queries directly into api.serlo.org instead of calling the database-layer. Use https://github.com/serlo/api.serlo.org/blob/staging/packages/server/src/database.ts for it. In api.serlo.org, make it work without the...