-
Notifications
You must be signed in to change notification settings - Fork 25
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
SDK doesn't return custom metaproperties when querying via getMediaInfo #112
Comments
@ningbit The underlying API request for the request is the same |
Thanks for responding. Is there any way to get those values from the SDK methods? Would this ever be supported in the near or long term future? Also if we know the metaproperty we need, is there an alternate way to query that? |
If you have the |
Thanks so much for adding that ticket to support returning custom metaproperties! Do you have any estimation of the timeline for when this might be implemented so I can manage the expectations of our Bynder users? We are in the middle of developing an integration. |
Any news on this? |
I've created #126 as a solution for this issue. When do you think the feature can be included in a version? |
@jdickel Your changes have been merged and are part of version 2.2.24 release. |
We noticed a discrepancy between what data the web API
https://your-bynder-domain/api/v4/media/?
returns vs the Java Bynder SDK methodgetMediaInfo
.Bynder Web API returns custom metaproperties in the following format
property_NAME
and attaches each of the properties to the response.However, the Java Bynder SDK seems to not return those custom properties. Is there something we might be missing?
The text was updated successfully, but these errors were encountered: