Archive for the 'datamapper' category

DataMapper Adapter for Netflix

I’ve apparently caught the DM Adapter bug, as I’ve decided to write one to access Netflix while I finish up my MailChimp adapter.
I’ll be posting as I go along, as I’ve been learning quite a bit about the inner workings of DataMapper while going through this process.
Cheers.

Writing a DataMapper Adapter to Access MailChimp Web Services From Merb

As I mentioned in my last post, I’ve started looking into writing DataMapper Adapters, using my MailChimp wrapper as an example. Thus far, I’ve been pretty impressed with the Adapter layer built into DataMapper and the possibilities this abstraction layer provides. A quick search over at GitHub will show you all the interesting [...]