Skip to content

ChangeNow-io/ChangeNOW-api-python

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 

Repository files navigation

cnio-api-py

This library passes requests to the changenow.io API located at https://changenow.io/api/v1 (version hardcoded for now) Every API endpoint must be called using a PHP style http_build_query, and returns a JSON object Currently the queries are built in each function to reduce dependencies, as they are essentially strings appended to the end of the URL. a query url to the api looks like this: "https://changenow.io/api/v1/endpoint/param1/param2?<query_param_1>=&<query_param_2>=..." Read the docs at https://changenow.io/api/docs for more information.

This module depends on requests, socketio and aiohttp.

About

API endpoints for changenow.io in python 3

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%