Bynder / bynder-php-sdk

SDK in PHP for integration with Bynder
MIT License
14 stars 22 forks source link

Add getMetapropertyOptionsById function #46

Open nyroDev opened 3 years ago

nyroDev commented 3 years ago

There is a small error in AssetBankManager

According to the documentation, we should use the propertyID in the URL when retrieving option for a specific meta property.

This PR simply add the parameter and use it to fix it.

TimBloembergen commented 2 years ago

Hi @nyroDev, The endpoint that you change with this PR is a valid endpoint, you can review the documentation on it here: https://bynder.docs.apiary.io/#reference/metaproperties/metaproperty-option-operations/retrieve-metaproperty-options-by-ids

The one you changed it too is a separate endpoint, documented on this page https://bynder.docs.apiary.io/#reference/metaproperties/metaproperty-option-operations/retrieve-metaproperty-options

nyroDev commented 2 years ago

Ok, so there is a function missing for my use case.
I'll update my PR ASAP to reflect that.

nyroDev commented 11 months ago

@TimBloembergen I finnaly updated the code to add a new specific function as requested

schmidfelix commented 7 months ago

Hey there, sorry to ping you - any news on that? 😅

TimBloembergen commented 7 months ago

Sorry, this one fell through. I will get my team to look at the PR, review and release it as soon as possible.