Open TCMeldrum opened 1 year ago
Like we have the user office web service client for soap: https://github.com/UserOfficeProject/user-office-lib/tree/master/packages/uows-client-generator we might want to create one for the rest interfaces as well as this is used in a few different localations. It looks like it should be easy as Users are using Open API and there are library to create the client for us for example: https://www.npmjs.com/package/openapi-typescript-codegen.
Blocked by https://github.com/isisbusapps/Users/issues/3459
Should this also include making changes to our mock server .
What is the problem and why is it a problem
Like we have the user office web service client for soap: https://github.com/UserOfficeProject/user-office-lib/tree/master/packages/uows-client-generator we might want to create one for the rest interfaces as well as this is used in a few different localations. It looks like it should be easy as Users are using Open API and there are library to create the client for us for example: https://www.npmjs.com/package/openapi-typescript-codegen.