You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
4. if you don't want to generate whole microservices, you can specify filterMethod and filterArray
20
-
4. run the command where you should pass your login and pass from saddleback identity server `saddlebackApi --config openapiEvents.config.json --login login --password password`
20
+
4. create utility files that used in services
21
+
1. 'baseAxios' should export axios instance that be used for fetch
22
+
2. 'getBaseConfig' and 'serviceError' described here https://github.com/saddlebackdev/church-management/wiki/Services
23
+
5. run the command where you should pass your login and pass from saddleback identity server `saddlebackApi --config openapiEvents.config.json --login login --password password`
21
24
### local swagger
22
25
1. same as above
23
26
2. same as above
24
27
3. addition specify the input path to the swagger.json file
25
-
4. run the command `saddlebackApi --config openapiEvents.config.json`
28
+
4. same as above
29
+
5. run the command `saddlebackApi --config openapiEvents.config.json`
0 commit comments