xively / xively-client-c

The official and highly portable Xively C Client designed for embedded platforms.
Other
18 stars 22 forks source link

[ API change ] xi_initialize: removal of device id since it is alread… #187

Closed atigyi closed 6 years ago

atigyi commented 6 years ago

[ Description ] This PR contains a single parameter removal from the API function: xi_initialize. The device id is removed. Device id is already passed to xi_connect function. And is is misleading and error-prone to have two places to pass a single id. Removing the parameter affects many-many files mainly examples (for all platforms) and tests.

[ JIRA ] https://jira.ops.expertcity.com/browse/XCL-2939

[ Reviewer ] @DellaBitta

[ QA ] Local builds and all travis targets pass. Although not all platform's example application is built.

[ Release Notes ]