You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Removed golioth_settings_register_callback function and redesigned the API.
The new API functions are oriented around registering a callback for an
individual setting of a known type
(e.g. golioth_settings_register_int(client, "MY_SETTING", on_my_setting, NULL);).
The new APIs are demonstrated in the golioth_basics example code, which can be
used as a guide for migrating existing code that uses the old APIs.