Witold, did you have a library in mind for helping to build the API? We never really solved this issue in the past, but I've since looked into REST API libraries for Django. Here's a chart comparing several options:The main ones (as of about four months ago) were:Pistons: Old, stable and broadly used, but no longer a really good fit with current REST thinking.TastyPie: Newer, very popular, but sometimes very limiting. The group I spoke with who had tried to use it found that there was a bit too much "magic" going on.Django-Rest-Framework (DRF): Newer, so not as broadly used, but under very active development and again based on some discussions with folks using it, quite reliable and flexible. The self-documenting features seem quite nice.Based on this, I would recommend DRF, but would be happy to hear of alternative suggestions/arguments.As for the API itself, once you're ready could you explain a bit about how you see the API mapping to the GCD? We'll want it to be set up to handle the changes that we already know are coming as well. For instance, while it's only currently possible for a series to have one master publisher, we know that we want to change that. It would make sense to make the API look a little closer to where we want the database to be, when such a thing is possible.thanks,-henry
From: Witold Karpeta <wkar...@gmail.com>
To: gcd-...@googlegroups.com
Sent: Tuesday, October 2, 2012 12:33 PM
Subject: [gcd-tech] web api
--
GCD-Tech mailing list - gcd-...@googlegroups.com
To unsubscribe send email to gcd-tech+u...@googlegroups.com
For more options, visit this group at http://groups.google.com/group/gcd-tech
--
GCD-Tech mailing list - gcd-...@googlegroups.com
To unsubscribe send email to gcd-tech+u...@googlegroups.com
For more options, visit this group at http://groups.google.com/group/gcd-tech
From: Clay Mitchell <cl...@pfd.net>
To: gcd-...@googlegroups.com
Sent: Friday, December 21, 2012 4:29 PM
Subject: Re: [gcd-tech] Re: web api
From: michael Savarese <mikesa...@gmail.com>
To: gcd-...@googlegroups.com
Sent: Monday, December 24, 2012 11:26 PM
Subject: Re: [gcd-tech] Re: web api
I am putting together a document I will share shortly of my vision for the API. This is of course just my thoughts and open to discussion, but will entail what I need to be able to do to utilize the data for my other project. --
If you're asking about the main types of objects stored, that would include publisher, indicia publisher, publisher brands, series, issues, sequences (stories, covers, ads, etc), characters, and creators (sub-divided into writers, pencillers, inkers, letterers, colorists, and editors).
--
Sent: Friday, December 28, 2012 6:15 PM
Subject: Re: [gcd-tech] Re: web api
Sent: Friday, December 28, 2012 5:51 PM
Subject: Re: [gcd-tech] Re: web api
--