Const
An atom that returns a function to call Rowy Run endpoints using the URL defined in project settings and retrieving a JWT token.
Returns false if user not signed in or Rowy Run not set up.
false
Basic usage:
const [rowyRun] = useAtom(rowyRunAtom, projectScope);...await rowyRun(...);
Generated using TypeDoc
An atom that returns a function to call Rowy Run endpoints using the URL defined in project settings and retrieving a JWT token.
Returns
false
if user not signed in or Rowy Run not set up.Example
Basic usage: