Skip to content

mora9715/flock_api_client

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

Flock API Client

REST API Client for Flock. Based on Sendgrid Python HTTP client

Example of usage:

api = FlockAPIClient(token=my_api_token)
raw_data = api.client.roster.listContacts.post()
users = raw_data.to_dict

About

Python API client for Flock messenger

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages