I have a couple of custom apps that send extra event info from devices to the same IP as the Maker API POST url, but I hardcode the url to match the Maker API. I am testing a couple of different destinations for the POST url, and was wondering if I can get access to the url from a custom app, so I only have to change it in one place (that being the Maker API).
1 Like
Maker API does not have a way to do this.
It will not really change much. Right now I am doing testing of different endpoints. I point the Maker API to a different server to test out some stuff. It's not a big deal, just more of a convenience. I suppose I could make a hub variable and then only have to change it in two places.