Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(config): ✅ Add options configuration for HTTP client #51

Commits on Aug 29, 2024

  1. feat(config): ✅ Add options configuration for HTTP client

    - Added `options` configuration to `config/config.exs` for `:ex_typesense` application.
    - Introduced `get_options/0` function in `ExTypesense.HttpClient` to fetch the `options` configuration.
    - Updated HTTP request construction in `ExTypesense.HttpClient` to include `options`.
    - Added tests for `get_options/0` in `ExTypesense.HttpClientTest`.
    
    This change allows for additional configuration options to be passed to the HTTP client, enhancing its flexibility and configurability.
    shijithkjayan committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    9fc1f94 View commit details
    Browse the repository at this point in the history
  2. chore: 📝 Updated README with usage details and a link to Req document…

    …ation for more comprehensive explanation.
    shijithkjayan committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    d324e43 View commit details
    Browse the repository at this point in the history