UserOfficeProject / issue-tracker

Shared place for features and bugs from all collaborators.
0 stars 0 forks source link

Typescript Client for UserOfficeWebService rest service #945

Open TCMeldrum opened 10 months ago

TCMeldrum commented 10 months ago

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.

TCMeldrum commented 10 months ago

Blocked by https://github.com/isisbusapps/Users/issues/3459

mutambaraf commented 9 months ago

Should this also include making changes to our mock server .