Difference between revisions of "MtGox/API/Frameworks"

From Bitcoin Wiki
Jump to: navigation, search
m (minor update to layout)
m (moved warning up)
Line 1: Line 1:
 +
'''This section of the wiki is heavily under construction so antipate that some functions and frameworks may not have complete documented examples!'''
 +
 
== Foreword ==
 
== Foreword ==
 
A list of some of the larger more commonly used FrameWorks used with the MtGox API
 
A list of some of the larger more commonly used FrameWorks used with the MtGox API
This section of the wiki is heavily under construction so antipate that some functions and frameworks may not have complete documented examples!
 
  
 
== Definition of Terms ==
 
== Definition of Terms ==

Revision as of 10:58, 11 October 2012

This section of the wiki is heavily under construction so antipate that some functions and frameworks may not have complete documented examples!

Foreword

A list of some of the larger more commonly used FrameWorks used with the MtGox API

Definition of Terms

  • Safety caching - This process means the framework will actively cache 'save' information from queries so to reduce the amount of 'outbound' http calls required to mtgox, this is highly recommended as some features such as 'fullDepth' and 'Trades' are limted on MtGox its self.

Frameworks

POE::Component::MtGox::Client

A perl based framework developed by Paul G Webster 'daemon' utilizing the non-blocking functions of POE, no large applications we know about yet use this, however it does implement some impressive features:

  • Safety caching

Finance::MtGox

The original perl based framework for MtGox, unrated.

Add more