BridgesUNCC / bridges-cxx

C++ client library for Bridges
http://bridgesuncc.github.io
2 stars 5 forks source link

username query variable #60

Closed squeetus closed 6 years ago

squeetus commented 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,

krs-world commented 6 years ago

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).