clay / claycli

A CLI For Clay!

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Programmatic `export.fromURL` stream returns Objects while programmatic `import` expects Strings

byronhulcher opened this issue · comments

The resultant dispatches from a claycli.exportFromUrl are all native Javascript objects. However, the import function will throw an error if I attempt to pass them on directly. Instead, I am required to JSON.stringify() them. This seems counter-intuitive.

Feature: allow streaming in objects directly on import