[Documentation] [TitleIndex] [WordIndex

API proposal for mech_turk package.

First of all, read the architecture overview to get the big picture and hopefully specific questions.

API

API with documentation is here: doc/api/mech_turk/html/python/

Server (XML/JSON)RPC documentation is here: http://vm6.willowgarage.com/crowd_django_doc/html/

Helper functions

Server communication API

mech_turk.rpc_communication.connect is the most used function. mech_turk.http_communication.connect is the second most used function.

Command line and classes to get/post raw data to the server

These are mostly used through command line. API usage is in cv_mech_turk2.pipeline.


2023-10-28 12:47