Unstructured-IO / unstructured-js-client

A Typescript client for the Unstructured hosted API

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Documentation: params need to be camelCase which differs from unstructured-api

kindziora opened this issue · comments

Thanks for providing the TS-client.

unstructured-api partition arguments need to be snake_case.
https://github.com/Unstructured-IO/unstructured-api

unstructured-js-client partition arguments need to be camelCase.
https://github.com/Unstructured-IO/unstructured-js-client/

It would be helpful if the README could contain an example with params which show the camelCase usage.

Thanks!

Sorry for the very late response here. Just wanted to let you know that this is on our radar as we're revamping our api docs right now. I'll let you know when this is ready!