Skip to content

fseconomy/fseconomy-python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FSEconomy Python Bindings

This package provides Python bindings for various FSEconomy APIs.

Documentation Status

Important Links

Usage

Initialization

In order to use any of FSEconomy's APIs, you will need to initialize the corresponding API keys:

import fseconomy

fseconomy.set_access_key('0123456789ABCDEF')
fseconomy.set_service_key('0123456789ABCDEF')
fseconomy.set_user_key('0123456789ABCDEF')

Please refer to the corresponding section of the FSEconomy Operations Guide for an explanation of the different keys and their purpose.

FSEconomy Data Feeds

FSEconomy REST API

FSEconomy Auth API

About

Python Bindings for FSEconomy

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages