BayunCoreSDK Python Programming Guide
  • 1. Introduction
  • 2. Getting Started
  • 3. Installing Bayun Library
  • 4. Authenticating with Bayun
  • 5. BayunCoreSDK Operations
    • 5.1 Lock/Unlock File
    • 5.2 Lock/Unlock Text
    • 5.3 Lock/Unlock Binary Data
  • 6. Groups
    • 6.1 Create Group
    • 6.2 Get My Groups
    • 6.3 Join Public Group
    • 6.4 Get Unjoined Public Groups
    • 6.5 Get Group By Id
    • 6.6 Add Group Member
    • 6.7 Remove Group Member
    • 6.8 Leave Group
    • 6.9 Delete Group
  • 7. Run the Application
Powered by GitBook
On this page

Was this helpful?

7. Run the Application

7.1 Run the test application

Now run the test application using the python interpreter.

python test.py
Previous6.9 Delete Group

Last updated 5 years ago

Was this helpful?