VBA example of doing updates via API v2
Does anyone have an example of doing updates via the new API version 2 in VBA? I was successfully able to make the PHP code work, but now want to do updates from an Access database.
0
votes
Oliver Thompson
shared this idea
-
Savvy Apricot commented
Our API v.2 uses JSON for authorization token and currently VBA doesn't have any built-in options/functions to properly work with or parse JSON. It's only possible through 3rd party libraries/functions. So we have no plans to update VBA code.