Frameworks
Check the status of the API.
frameworks(url=os.getenv('RECEPTIVITI_URL', ''), key=os.getenv('RECEPTIVITI_KEY', ''), secret=os.getenv('RECEPTIVITI_SECRET', ''), dotenv=False)
List Available Frameworks.
Retrieve a list of all frameworks available to your account.
PARAMETER | DESCRIPTION |
---|---|
url |
The URL of the API.
TYPE:
|
key |
Your API key.
TYPE:
|
secret |
Your API secret.
TYPE:
|
dotenv |
Path to a .env file to read environment variables from, or
TYPE:
|
RETURNS | DESCRIPTION |
---|---|
List[str]
|
List of framework names. |
Examples: