I am building a site that requires syncing into the Feedly API and I am trying to figure out the best way to do that. On the one hand, I can do it myself -- i.e., go through the api docs and integrate it into my vuejs site.
On the other hand, I could use a service like Zapier -- which will automate the task for me.
I am wondering what are the advantages and disadvantages of each approach.
Please Note: I am NOT looking for opinions as to whether or not someone likes zapier or thinks that coding by hand is always better, etc. Rather, I'm looking for technical, factual benefits of each approach.
Thanks.