# user-api-client **Repository Path**: mirrors_Financial-Times/user-api-client ## Basic Information - **Project Name**: user-api-client - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-09-24 - **Last Updated**: 2026-03-22 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # This project has been decommissioned # User Api Client Library ## Using the client library Refer to [UserApiAsyncClient](user-api-client/src/main/java/com/ft/membership/userapi/UserApiAsyncClient.java) for a list of publicly exposed methods that may be used. For an example of how to use the client lib, please refer to [UserApiAsyncClientTest](user-api-client-acceptance-tests/src/test/java/com/ft/membership/userapi/UserApiAsyncClientTest.java) ## Developing the client library ### Build and run tests mvn clean install -DAPP.ENV= Example: For running tests against Prod version of user api mvn clean install -DAPP.ENV=p For running tests against Test version of user api mvn clean install -DAPP.ENV=t ### Releasing the client library Changes pushed to master branch are automatically built and pushed to FT's nexus server by the [user-api-client-lib build job](http://aim-build.in.ft.com/job/user-api-client). Releasing the client lib versions to maven central, so that it is publicly available will be done in due course. # TODOs * Make all dependencies publicly available * Release to maven central.