Skip to content

viasocket/socket-python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

socket-python

Python package for the Socket API (https://viasocket.com/).

Installation

pip install sokt

Basic Usage

import sokt

socket = sokt.sokt('my_api_key')
payload = {'first_key' : 'first_value' , 'second_key' : 'second_value'}
response =  socket.invoke('flow_identifier',payload)

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages