ButterCMS / buttercms-python

Python API client for ButterCMS (https://buttercms.com)
MIT License
36 stars 11 forks source link

General update #2

Closed adamyala closed 7 years ago

adamyala commented 7 years ago
jakelumetta commented 7 years ago

Can you update the ContentField call to support both keys and optional params dict ?

https://github.com/adamyala/buttercms-python/blob/e3ad2557d04ff9f18361645ee9332e6cdaa764a9/butter_cms/content_field.py#L10

It should be able to support making this API call: https://api.buttercms.com/v2/content/?keys=mykey1,mykey2&test=1&auth_token=...

jakelumetta commented 7 years ago

Looking good. Please update https://github.com/ButterCMS/buttercms-python/blob/master/butter_cms/unit_tests.py to include pages; then we should be good to go!