Skip to content

Latest commit

 

History

History
19 lines (11 loc) · 320 Bytes

File metadata and controls

19 lines (11 loc) · 320 Bytes

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)