contentful.ex icon indicating copy to clipboard operation
contentful.ex copied to clipboard

Production use

Open nicocharlery opened this issue 8 years ago • 2 comments

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 ?

nicocharlery avatar Jul 13 '16 14:07 nicocharlery

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.

dlitvakb avatar Jul 15 '16 08:07 dlitvakb

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.

Catharz avatar Dec 23 '22 00:12 Catharz