Skip to content

Latest commit

 

History

1 Commit

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Python API wrapper for Bobuild apps

This simple module helps you interact with API of apps built with Bobuild. More information is available in the official documentation at https://docs.bobuild.com/advanced/api/

Installation

pip install bobuild

Usage

from bobuild import Client

# Initialize the client
client = Client("yourapp.bobuild.com", "your-api-token")

customers = client.get_list("/customers")

About

Python API wrapper for Bobuild apps

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages