Closed squeetus closed 6 years ago
Brief modification to Bridges.h is necessary to add the username to the query string.
(part > 9 ? "" : "0") + to_string(part) + "?apikey=" + api_key + "&username=" + user_name,
Have made the change, but need a way to test it. Have run a few data source related examples and they work (but not for very large sizes).
Brief modification to Bridges.h is necessary to add the username to the query string.