1.31.7 • Published 8 years ago
@4geit/swg-user-chatbox-model v1.31.7
@4geit/swg-user-chatbox-model 
user chatbox model to handle custom settings
Installation
- A recommended way to install @4geit/swg-user-chatbox-model is through npm package manager using the following command:
npm i @4geit/swg-user-chatbox-model --saveOr use yarn using the following command:
yarn add @4geit/swg-user-chatbox-model- In your swagger file, you need to add a reference to the
SwgUserChatboxModeldefinition under thedefinitionsproperty (e.g./api/swagger/swagger.yaml) as below:
swagger: "2.0"
# ...
definitions:
SwgUserChatboxModel:
$ref: ../../node_modules/@4geit/swg-user-chatbox-model/swagger.yaml#/definitions/SwgUserChatboxModel
# ...- SwgUserChatboxModel also comes along with some endpoints you can expose to the API, to do so you will need to add a reference to the
SwgUserChatboxModeldefinition under thepathsproperty (e.g./api/swagger/swagger.yaml) as below:
swagger: "2.0"
# ...
paths:
/user-chatboxes:
$ref: ../../node_modules/@4geit/swg-user-chatbox-model/swagger.yaml#/definitions/UserChatboxListPath
/user-chatboxes/bulk:
$ref: ../../node_modules/@4geit/swg-user-chatbox-model/swagger.yaml#/definitions/UserChatboxBulkPath
/user-chatboxes/{id}:
$ref: ../../node_modules/@4geit/swg-user-chatbox-model/swagger.yaml#/definitions/UserChatboxItemPath
/user-chatboxes/populate:
$ref: ../../node_modules/@4geit/swg-user-chatbox-model/swagger.yaml#/definitions/PopulatePath
# ...And you will also need to add the path to the controllers folder of the swg-user-chatbox-model package so that swagger-node will find the relevant controller to use. Edit the file /config/default.yaml and add two new paths to the properties mockControllersDirs and controllersDirs as illustrated below:
swagger:
# ...
bagpipes:
_router:
# ...
mockControllersDirs:
# ...
- node_modules/@4geit/swg-user-chatbox-model/mocks
# ...
controllersDirs:
# ...
- node_modules/@4geit/swg-user-chatbox-model/controllers
# ...1.31.7
8 years ago
1.31.6
8 years ago
1.31.5
8 years ago
1.31.3
8 years ago
1.31.2
8 years ago
1.31.1
8 years ago
1.31.0
8 years ago
1.28.1
8 years ago
1.28.0
8 years ago
1.27.0
8 years ago
1.25.0
8 years ago
1.24.0
8 years ago
1.22.1
8 years ago
1.20.0
8 years ago
1.19.5
8 years ago
1.19.4
8 years ago
1.19.0
8 years ago
1.18.0
8 years ago
1.17.0
8 years ago
1.16.0
8 years ago
1.15.2
8 years ago
1.15.1
8 years ago
1.10.1
8 years ago
1.10.0
8 years ago
1.9.0
8 years ago