gobetween
gobetween copied to clipboard
Make servers made through the API be persistent
Hey there,
Is it possible to make all the changes made using the API be persistent even when the server is restarted (or to be saved to any other config file)?
We are not currently implement save via api due a security reasons. But you can use such workaround:
use this endpoint https://github.com/yyyar/gobetween/wiki/REST-API#get-dump---dump-current-config-to-response and add script for manual push endpoint output to the config.
Probably we will implement save to file functionality.