angular-contentful icon indicating copy to clipboard operation
angular-contentful copied to clipboard

Any plans to integrate the content management api as well?

Open PhilippSchreiber opened this issue 9 years ago • 4 comments

Hey @jvandemo, thanks for the great lib. Do you have any plans to integrate to the contentful content management api as well? Cheers Philipp

PhilippSchreiber avatar Apr 22 '15 19:04 PhilippSchreiber

Thanks @PhilippSchreiber, I didn't have plans to do so, but I'll have a look at the original contentful management library to see how much work it would take me.

Would you have an interest in using it? Thanks!

jvandemo avatar Apr 24 '15 05:04 jvandemo

Thanks for your reply. Yes I'm interested in using it... As far as I have seen only the POST and PUT parts are missing since the content management api and the content delivery api use the same endpoints to get the existing contents... The oauth part is perhaps the hardest one ...

PhilippSchreiber avatar Apr 24 '15 06:04 PhilippSchreiber

@jvandemo I agree with @PhilippSchreiber for the most part. It would be great if an angular integration for the content management api provided the ability/tools to build a service that handles auth and creating/editing/deleting spaces (not retrieving, as this lib facilitates that perfectly). It would provide a ton of flexibility interfacing with Contentful through people's own apps.

BradSiegler avatar Aug 19 '16 14:08 BradSiegler

Partial support of the content management API to support create and update of entries would be a huge step forward. I recently completed a project where I incorporated both the content API and the content management API in a single service and I've been contemplating releasing that service as open source.

Of course, that was before I found this package. Now, I'll consider just contributing here versus releasing a competing package that does the same things. @jvandemo are you looking for contributors currently?

eyesurewould avatar Dec 27 '18 21:12 eyesurewould