Are you able to share with us exactly what you're building in case many people are doing the same thing?
For all these projects, I've got a theory that we should be using Wikipedia article names as unique ids (there's a well-defined article for each MP and constituency) because they are (a) human readable and useful in themselves, and (b) very likely to result in compatible ids being used across all our projects. Julian. On Tue, Sep 22, 2009 at 9:50 PM, John Handelaar <[email protected]> wrote: > On Tue, Sep 22, 2009 at 21:06, Matt Ford <[email protected]> wrote: >> the parlparse dump which uses different IDs to mysoc. > > Those are person IDs as opposed to member IDs. > > Feed the ID from the XML into getPerson() in the API for a list of > memberIDs attached to that person: > http://www.theyworkforyou.com/api/docs/getPerson?id=10133&output=js#output > > jh > > _______________________________________________ > Mailing list [email protected] > Archive, settings, or unsubscribe: > https://secure.mysociety.org/admin/lists/mailman/listinfo/developers-public > _______________________________________________ Mailing list [email protected] Archive, settings, or unsubscribe: https://secure.mysociety.org/admin/lists/mailman/listinfo/developers-public
