contentful.ex
contentful.ex copied to clipboard
Production use
How safe is that library for a production use ? Are there features that are not covered by other SDK, say ruby or JS, that are not handled by the Elixir client ?
Hey @bokay,
I'm not certain of production usage, as this was a pet project. But so far I had no trouble while trying (even less after your PR, which I will merge later today).
The only feature not included on this SDK is the Sync API (which is part of the Delivery API, but it's different enough that I consider it not proper to add to this project) and the Images API helpers (though Images API has nothing to do really with the Delivery API, it's only a shorthand included in the other SDKs).
All the other endpoints are covered and will work for any of the parameters that the API responds to.
Thanks again for #2, and hope we keep colaborating in the future.
I'm also interested in using this in production, and I'm currently spiking an integration with it.
The spike is going well so far, except for some issues with localization.
I have localized data, but it seems only en-US
data is coming back.