cloudinary / cloudinary/cloudinary_java

Update the API to support proper classes, remove raw maps, class responses

未关闭
#239 4 条评论 5 个 reaction 已指派 1 人 已被 @michalkcloudinay 认领 在 GitHub 查看
主要语言
Java
星标
175
派生
113
PR 合并指标
30 天内没有已合并 PR

描述

## Feature request for Cloudinary Java SDK
I think it's safe to say that most Java users today use >= JDK 8. I would be great to have a Cloudinary API you could use and know exactly what you need to send and exactly what you are going to get back without having to read the docs on what JSON responses return or what you could pass for the "Object" parameter in a method like upload().

Adding support for uploading InputStream and byte[] would also be a great addition.

## Explain your use case
Asking for a self-explanatory API

## Describe the problem you’re trying to solve
Not spending so much time going through the documentation on what raw Maps include.

## Do you have a proposed solution?
- Instead of passing Objects, create convenience methods that take self-explanatory classes.
- Instead of raw maps, pass class objects with the proper / available accessors.

In a nutshell, make this API more friendly. Currently, every time I have to work with the Cloudinary Java API, I have to start from scratch and read the docs over again to see what's available to me. Look at Stripe's Java API for an example of an incredibly well-formed API.

贡献指南

这个仓库没有索引到贡献指南

评估

这个 Issue 还没有评估数据。

把新 issue 发到你的邮箱

精选适合新手参与的 GitHub issue 摘要。