# Helpers - #### [NeetoCommonsBackend::Helpers::AuthServerApi](https://github.com/bigbinary/neeto-commons-backend/blob/main/lib/neeto_commons_backend/helpers/auth_server_api.rb) It helps in creating requests to auth server. - #### [NeetoCommonsBackend::Helpers.favicon](https://github.com/bigbinary/neeto-commons-backend/blob/main/lib/neeto_commons_backend/helpers/favicon.rb) This helper setup the favicon icon. - #### [NeetoCommonsBackend::Helpers.common_client_props](https://github.com/bigbinary/neeto-commons-backend/blob/main/lib/neeto_commons_backend/helpers/global_props.rb) This helper defines the commons client props like organization details, user details, neeto data, app details, Honeybadger details, env, permissions etc. - #### [NeetoCommonsBackend::Helpers.build_neeto_widget_script_url](https://github.com/bigbinary/neeto-commons-backend/blob/main/lib/neeto_commons_backend/helpers/neeto_widget_helper.rb) This helper adds the neeto widget script url according to environment. - #### [NeetoCommonsBackend::TestHelper.setup](https://github.com/bigbinary/neeto-commons-backend/blob/main/lib/neeto_commons_backend/helpers/test_helper.rb) This helper setup the simplecov config, minitest reporters config and common stubs for the tests.