Skip to content
Snippets Groups Projects

ENH: Allow insert/update/delete and files in Extern C

Merged Florian Spreckelsen requested to merge f-full-c into dev
All threads resolved!
Files
2
@@ -279,7 +279,7 @@ public:
* If the file cannot be downloaded due to unsufficient permissions an error
* is appended.
*/
auto RetrieveAndDownloadFilesById(const std::string &id, const std::string &local_path) noexcept
auto RetrieveAndDownloadFileById(const std::string &id, const std::string &local_path) noexcept
-> StatusCode;
/**
Loading