Skip to content

Running in API server mode

Oliver Tseng edited this page Oct 19, 2022 · 1 revision

UBA can run in api-server mode and act as an API server. This allows access to UBA from Postman.

To start up in api-server mode:

python uba.py api-server

When this starts up, it'll print the URL to open on your browser.

Running in API Server Mode
API URL: 'http://192.168.68.114:8080'
Clone this wiki locally