BP Function: Query SubscribeStar API
C++ Impl | UNBQuerySubscribeStarAPIAction |
---|
This action can be used to submit custom queries to the SubscribeStar API.
You may wish to do this if you need to access specific information about a user or their subscription which is not fetched by the simple query used in GetUserInfo.
For more information about queries, see: https://www.subscribestar.com/api-explorer
NOTE: You may need to enable additional scopes for your API client to support your custom queries!
These additional scopes will need to be provided to PerformAuthentication during the initial authentication.
See here for more informaton about which scopes allow access to which data: https://www.subscribestar.com/api#integration
Inputs
-
Token Info
API Token Info
The user's API access token.
-
Query
_String
Query string
Outputs
-
Main Execution Pin (at the top)
Execution will immediately continue from this pin while the authentication process continues in the background. Do not use execution flowing from this pin to check for the results, they aren't ready yet!
-
Async Action
This is a reference to the action running in the background. You can use this to cancel the async action if you decide you actually don't need the results before it has completed.
-
On Complete
When the user's data has been successfully fetched, execution will flow from this pin.
-
On Fail
If the process fails for any reason, execution will flow from this pin. You can use this to display an error to the user, prompt them to try again, etc.
-
Result
String
The result of the query, usually a JSON string
For any questions, help, suggestions or feature requests, please feel free to contact me at nbpsup@gmail.com