0.0.20 • Published 9 months ago
@bluealba-public/pae-core v0.0.20
PAE CORE Library
This library is a collection of common utilities and services that are used across all PAE services.
Usage
Setup the following environment variables
PAE_CATALOG_SERVICE_URL=http://pae-apps-catalog-service
PAE_AUTHZ_SERVICE_URL=http://pae-authorization-service
PAE_USERS_SERVICE_URL=http://pae-user-service
Then in your project initialize a PAE instance
import { createPAEService, type PAE } from "@bluealba-public/pae-core";
const pae = createPAEService({
authzService: {
baseUrl: "AUTHZ_BASE_URL",
},
catalogService: {
baseUrl: "CATALOG_BASE_URL"
},
userService: {
baseUrl: "USER_SERVICE_BASE_URL"
},
orchestratorService: {
baseUrl: "ORCHSTRATOR_SERVICE_BASE_URL"
}
});
doSomething(pae)
function doSomething(pae: PAE) {
...
}
0.0.20
9 months ago
0.0.19
9 months ago
0.0.11
10 months ago
0.0.12
10 months ago
0.0.13
10 months ago
0.0.14
10 months ago
0.0.15
10 months ago
0.0.16
10 months ago
0.0.17
10 months ago
0.0.18
9 months ago
0.0.10
10 months ago
0.0.7-alpha.5
10 months ago
0.0.7-alpha.4
10 months ago
0.0.7-alpha.3
11 months ago
0.0.9
10 months ago
0.0.8
10 months ago
0.0.7-alpha.2
11 months ago
0.0.7-alpha.1
11 months ago
0.0.6
11 months ago
0.0.5
12 months ago
0.0.4
12 months ago