pCloud / pcloud-sdk-swift

The official pCloud Swift SDK for iOS and macOS for integration with the pCloud API.
MIT License
22 stars 7 forks source link

Missing "created" property in "createfolderifnotexists" method #13

Closed tobihagemann closed 2 years ago

tobihagemann commented 2 years ago

First of all, thank you for the quick release of 3.1.0 and even including the createfolderifnotexists API method that I would like to use as well. :+1:

However, I'm missing the created property (not the one inside metadata), which tells if the folder has been created or not (boolean). For my use case, I'd like to know if the folder already existed after calling this method.

tmpit commented 2 years ago

Yeah, that field should be added. I guess I missed it in the docs.