Implement client library to easily interact with the API resources https://github.com/tada5hi/authup/tree/master/packages/server-http/test/unit/http/controllers https://github.com/tada5hi/authup/blob/master/packages/common/src/http/client/module.ts ---- TypeScript Reference: - Main Client: https://github.com/authup/authup/blob/master/packages/core/src/http/api-client/module.ts -> moved to: https://github.com/authup/python-sdk/blob/main/authup/client/client.py - Domain Folder: https://github.com/authup/authup/tree/master/packages/core/src/domains -> moved to: https://github.com/authup/python-sdk/tree/main/authup/client/resource_clients - Domain Sub Client: - Example: https://github.com/authup/authup/blob/master/packages/core/src/domains/user/api.ts - Schema: https://github.com/authup/authup/blob/master/packages/core/src/domains/<domain>/api.ts
Implement client library to easily interact with the API resources
https://github.com/tada5hi/authup/tree/master/packages/server-http/test/unit/http/controllers
https://github.com/tada5hi/authup/blob/master/packages/common/src/http/client/module.ts
TypeScript Reference:
-> moved to: https://github.com/authup/python-sdk/blob/main/authup/client/client.py
-> moved to: https://github.com/authup/python-sdk/tree/main/authup/client/resource_clients