cfortune
cfortune
I notice that mTurk uses xml as the data format, but Turkle uses CSV with json formatted data. Will this create a problem for us when it comes to reusing...
Usually in Django (using the Django Rest Framework or DRF), your API resources are mapped to your Models through serializers. I believe we would normally map out the existing models...
These API actions require sending and/or receiving XML payloads: - CreateHIT - CreateHITWithHITType - CreateQualificationType - GetAssignmentsForHIT - GetQualificationRequests - GetQualificationType - UpdateQualificationType Here is a list of data structures...
Seen in the clear light of day, the more I read the mTurk specs., the more I see an impedence mismatch to Turkle's specs. How would these Turkle script operations...
Hi Cash and Craig, I hope you are both well. I've been studying up on Django api's and clients. I think we could possibly use code generators in order to...
Hi @cash , drf-generator lets you choose which types of serializers to generate, but I think it assumes you will generate your files at the beginning on an empty project,...
> Maybe its possible to create another app called api that imports the model from turkle for projects and batches and create the API using that. I think that is...
brobin, author of drf-generators wrote this: > If the files already exist (urls, views, etc.) they would overwrite existing code. It will warn you before overwriting. You could always run...
That's too bad about drf-generators, I thought they would have more introspection of the models and would generate more code. It still may be worthwhile to use them in order...
Hi Jimmy, How should I proceed then? Chris ----- Original Message ----- From: Jimmy Delas To: victorstanciu/dbv Cc: cfortune Sent: Saturday, December 14, 2013 8:06 PM Subject: Re: [dbv] \*...