fxa/libs/profile/client
Reino Muhl 10e00b6456
feat(libs): move profile client to libs
Because:

- Only have one implementation of a profile server client, instead of
  various implementations in the services where its required.

This commit:

- Moves the profile client implementation from auth-server and into a
  dedicated library in libs

Closes #FXA-9274
2024-09-04 15:11:54 -04:00
..
src feat(libs): move profile client to libs 2024-09-04 15:11:54 -04:00
.eslintrc.json feat(libs): move profile client to libs 2024-09-04 15:11:54 -04:00
.swcrc feat(libs): move profile client to libs 2024-09-04 15:11:54 -04:00
README.md feat(libs): move profile client to libs 2024-09-04 15:11:54 -04:00
jest.config.ts feat(libs): move profile client to libs 2024-09-04 15:11:54 -04:00
package.json feat(libs): move profile client to libs 2024-09-04 15:11:54 -04:00
project.json feat(libs): move profile client to libs 2024-09-04 15:11:54 -04:00
tsconfig.json feat(libs): move profile client to libs 2024-09-04 15:11:54 -04:00
tsconfig.lib.json feat(libs): move profile client to libs 2024-09-04 15:11:54 -04:00
tsconfig.spec.json feat(libs): move profile client to libs 2024-09-04 15:11:54 -04:00

README.md

profile-client

This library was generated with Nx.

Building

Run nx build profile-client to build the library.

Running unit tests

Run nx test-unit profile-client to execute the unit tests via Jest.

Running integration tests

Run nx test-integration profile-client to execute the integration tests via Jest.