Closed ashutoshsaboo closed 7 months ago
hey @yazdipour raised a PR here - https://github.com/yazdipour/OmnivoreQL/pull/12 . Tested locally, it works perfectly - was able to save a page to omnivore with custom HTML as well.
Can you merge the PR?
Thanks for your contribution. Alright, I am going to merge it, since i am busy with other stuff. But your code does not include a single test and for me as a reviewer that means it's not going to work. It would have been great to at least include one simple test scenario.
Hi @yazdipour , thanks for your great work on this app! Omnivore supports a
savePage
api to save a url along with a supplied html content, see here - https://docs.omnivore.app/integrations/api.html . Would it be please possible to add it to OmnivoreQL as well? I've a usecase of savings certain protected content to Omnivore which can't be achieved withsave_url
(as Omnivore won't be able to access those pages), but can only be achieved withsavePage
Currently OmnivoreQL only supports save_url if I'm not wrong.