You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 ?
The text was updated successfully, but these errors were encountered:
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.
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 ?
The text was updated successfully, but these errors were encountered: