ButterCMS/buttercms-php

Examples of updating Blog Posts programmatically?

Closed this issue · 3 comments

@jakelumetta do you have examples of how to update a Blog Post programmatically, using this SDK? If it's within reach, examples of updating Pages would be helpful too!

@stevenmaguire the SDK doesn't support Write operations currently so you'll want to do HTTP requests directly to our API.

Thanks @jakelumetta!

If I can get something going, are you open to a pull request? I'd also like to add some better support for serializing/deserializing the POPOs in this SDK.