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 | 
|---|---|
|                    | The URL of the API. 
                  
                    TYPE:
                       | 
|                    | Your API key. 
                  
                    TYPE:
                       | 
|                    | Your API secret. 
                  
                    TYPE:
                       | 
|                    | Path to a .env file to read environment variables from, or  
                  
                    TYPE:
                       | 
| RETURNS | DESCRIPTION | 
|---|---|
| List[str] | List of framework names. | 
Examples: