Plans Api

class bsapi.app_automate.appium.plans.PlansApi

Class for interacting with the Plans REST endpoint on BrowserStack

classmethod details()

Get the plan details for the current user

Example:

plan = PlansApi.details()
Returns

The plan details for the current user

Return type

bsapi.models.AutomatePlan