Quick Tip: API data lengths

Here’s a quick tip for troubleshooting API calls: If you are calling an API and notice that data you are expecting isn’t being provided, verify that you are allocating enough space for the return values and telling it how much space you’ve allocated. Many APIs require you to allocate space to hold the returned info…