Skip to content

User Interface

Once you have the userid and secret key the first API need to call is:

1
/gspLive_backend/user/generateToken

This API will return a temporary token which is required in other APIs.

If you are using SQLFLow On-Premise, token might not be required if you have set following flag in /wings/sqlflow/backend/conf/gudu_sqlflow.conf

1
ignore_user_token=true

Generate user token for restful api

/generateToken

This API is used to generate a new token of a specified user.

Try it out!