Some checks failed
Deploy Promiscuity Auth API / deploy (push) Successful in 1m59s
Deploy Promiscuity Character API / deploy (push) Successful in 1m16s
Deploy Promiscuity Inventory API / deploy (push) Has been cancelled
Deploy Promiscuity Locations API / deploy (push) Has been cancelled
Deploy Promiscuity Mail API / deploy (push) Has been cancelled
Deploy Promiscuity World API / deploy (push) Has been cancelled
Deploy Promiscuity Crafting API / deploy (push) Has been cancelled
k8s smoke test / test (push) Has been cancelled
15 lines
577 B
Markdown
15 lines
577 B
Markdown
# micro-services
|
|
|
|
## Document shapes
|
|
- AuthApi: `AuthApi/DOCUMENTS.md` (auth request payloads and user document shape)
|
|
- CharacterApi: `CharacterApi/DOCUMENTS.md` (character create payload and stored document)
|
|
- InventoryApi: `InventoryApi/DOCUMENTS.md` (inventory mutation payloads and stored document)
|
|
- LocationsApi: `LocationsApi/DOCUMENTS.md` (location create/update payloads and stored document)
|
|
|
|
## Service READMEs
|
|
- AuthApi: `AuthApi/README.md`
|
|
- CharacterApi: `CharacterApi/README.md`
|
|
- InventoryApi: `InventoryApi/README.md`
|
|
- LocationsApi: `LocationsApi/README.md`
|
|
|