Is there a way to deploy APIs in the microgateway automatically without exporting them and adding theme as archive, as stated in the title?
hi @wetas,
As of now there is no automated way available for it.
Regards
Vikash Sharma
1 Like
Hi,
i don’t know if this answer could fit but you could use the --apis option when you start the microgateway. In this way, the apis would be automatically deployed from the APIGateway to the microgateway.
Here an example :
./microgateway.sh start -gw --apis API1,API2,API3 -gwu -gwp
API1, API2 and API3 are the API developed in the APIGateway
2 Likes
Hi @jean-francois.picot ,
Yeah… but if it is already running then we need to stop and start again.
But yeah this work as good work around.
Regards
Vikash Sharma
This topic was automatically closed 180 days after the last reply. New replies are no longer allowed.