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

[WIP]: feat: update the Go API client to v4 #172

Draft
wants to merge 56 commits into
base: main
Choose a base branch
from

Commits on Jul 25, 2024

  1. fix: add v4 client

    kai687 committed Jul 25, 2024
    Configuration menu
    Copy the full SHA
    a52e858 View commit details
    Browse the repository at this point in the history
  2. feat: list indices

    kai687 committed Jul 25, 2024
    Configuration menu
    Copy the full SHA
    432c601 View commit details
    Browse the repository at this point in the history
  3. feat: clear indices

    kai687 committed Jul 25, 2024
    Configuration menu
    Copy the full SHA
    cffdd60 View commit details
    Browse the repository at this point in the history
  4. feat: move indices

    kai687 committed Jul 25, 2024
    Configuration menu
    Copy the full SHA
    8852071 View commit details
    Browse the repository at this point in the history
  5. feat: copy indices

    kai687 committed Jul 25, 2024
    Configuration menu
    Copy the full SHA
    f34224d View commit details
    Browse the repository at this point in the history
  6. feat: import objects

    kai687 committed Jul 25, 2024
    Configuration menu
    Copy the full SHA
    71cdf5d View commit details
    Browse the repository at this point in the history
  7. feat: update objects

    kai687 committed Jul 25, 2024
    Configuration menu
    Copy the full SHA
    cc5f4c7 View commit details
    Browse the repository at this point in the history

Commits on Jul 26, 2024

  1. feat: browse objects

    kai687 committed Jul 26, 2024
    Configuration menu
    Copy the full SHA
    3dbe99d View commit details
    Browse the repository at this point in the history

Commits on Jul 29, 2024

  1. feat: create API key command

    kai687 committed Jul 29, 2024
    Configuration menu
    Copy the full SHA
    6f6d0da View commit details
    Browse the repository at this point in the history
  2. feat: delete API key command

    kai687 committed Jul 29, 2024
    Configuration menu
    Copy the full SHA
    c8a79f8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e3a3f4b View commit details
    Browse the repository at this point in the history
  4. feat: list API keys command

    kai687 committed Jul 29, 2024
    Configuration menu
    Copy the full SHA
    e1e0a21 View commit details
    Browse the repository at this point in the history
  5. fix: remove unused struct

    kai687 committed Jul 29, 2024
    Configuration menu
    Copy the full SHA
    001e6aa View commit details
    Browse the repository at this point in the history
  6. feat: search command

    kai687 committed Jul 29, 2024
    Configuration menu
    Copy the full SHA
    a1f78c0 View commit details
    Browse the repository at this point in the history
  7. fix: refactor map_to_struct

    kai687 committed Jul 29, 2024
    Configuration menu
    Copy the full SHA
    2ca0618 View commit details
    Browse the repository at this point in the history
  8. feat: get settings command

    kai687 committed Jul 29, 2024
    Configuration menu
    Copy the full SHA
    b7280fd View commit details
    Browse the repository at this point in the history
  9. fix: update Go to beta.25

    kai687 committed Jul 29, 2024
    Configuration menu
    Copy the full SHA
    cb306aa View commit details
    Browse the repository at this point in the history
  10. feat: settings set command

    kai687 committed Jul 29, 2024
    Configuration menu
    Copy the full SHA
    2901a7b View commit details
    Browse the repository at this point in the history
  11. feat: settings import command

    kai687 committed Jul 29, 2024
    Configuration menu
    Copy the full SHA
    d12fbf7 View commit details
    Browse the repository at this point in the history
  12. feat: profile list command

    kai687 committed Jul 29, 2024
    Configuration menu
    Copy the full SHA
    5ce9452 View commit details
    Browse the repository at this point in the history
  13. feat: profile add command

    kai687 committed Jul 29, 2024
    Configuration menu
    Copy the full SHA
    5c66b12 View commit details
    Browse the repository at this point in the history
  14. feat: rules browse command

    kai687 committed Jul 29, 2024
    Configuration menu
    Copy the full SHA
    2f0f30b View commit details
    Browse the repository at this point in the history
  15. feat: rules delete command

    kai687 committed Jul 29, 2024
    Configuration menu
    Copy the full SHA
    874d4f9 View commit details
    Browse the repository at this point in the history
  16. feat: save rules command

    kai687 committed Jul 29, 2024
    Configuration menu
    Copy the full SHA
    da8b088 View commit details
    Browse the repository at this point in the history
  17. feat: delete synonyms command

    kai687 committed Jul 29, 2024
    Configuration menu
    Copy the full SHA
    8cf061d View commit details
    Browse the repository at this point in the history
  18. feat: import synonyms command

    kai687 committed Jul 29, 2024
    Configuration menu
    Copy the full SHA
    f35c322 View commit details
    Browse the repository at this point in the history
  19. feat: save synonyms command

    kai687 committed Jul 29, 2024
    Configuration menu
    Copy the full SHA
    09ea83f View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    a907b2e View commit details
    Browse the repository at this point in the history
  21. feat: browse synonyms command

    kai687 committed Jul 29, 2024
    Configuration menu
    Copy the full SHA
    1a5a842 View commit details
    Browse the repository at this point in the history
  22. fix: remove unused function

    kai687 committed Jul 29, 2024
    Configuration menu
    Copy the full SHA
    d6d1b50 View commit details
    Browse the repository at this point in the history

Commits on Jul 30, 2024

  1. Configuration menu
    Copy the full SHA
    8e99e6c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ca99ac4 View commit details
    Browse the repository at this point in the history
  3. feat: dictionary clear command

    kai687 committed Jul 30, 2024
    Configuration menu
    Copy the full SHA
    ee23af7 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6206a8f View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    10df120 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    41b6874 View commit details
    Browse the repository at this point in the history
  7. fix: remove unused v3 code

    kai687 committed Jul 30, 2024
    Configuration menu
    Copy the full SHA
    f502e9f View commit details
    Browse the repository at this point in the history
  8. fix: remove comments

    kai687 committed Jul 30, 2024
    Configuration menu
    Copy the full SHA
    fd5c797 View commit details
    Browse the repository at this point in the history
  9. feat: analyze index command

    kai687 committed Jul 30, 2024
    Configuration menu
    Copy the full SHA
    72d8391 View commit details
    Browse the repository at this point in the history
  10. feat: index export command

    kai687 committed Jul 30, 2024
    Configuration menu
    Copy the full SHA
    2124584 View commit details
    Browse the repository at this point in the history
  11. feat: index delete command

    kai687 committed Jul 30, 2024
    Configuration menu
    Copy the full SHA
    0656dd7 View commit details
    Browse the repository at this point in the history

Commits on Jul 31, 2024

  1. fix: auth check

    kai687 committed Jul 31, 2024
    Configuration menu
    Copy the full SHA
    35522a3 View commit details
    Browse the repository at this point in the history
  2. fix: crawler types

    kai687 committed Jul 31, 2024
    Configuration menu
    Copy the full SHA
    58872f8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b8af754 View commit details
    Browse the repository at this point in the history
  4. fix: better messages

    kai687 committed Jul 31, 2024
    Configuration menu
    Copy the full SHA
    8068ba7 View commit details
    Browse the repository at this point in the history

Commits on Aug 1, 2024

  1. feat: delete objects command

    kai687 committed Aug 1, 2024
    Configuration menu
    Copy the full SHA
    82bf47c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9b916e1 View commit details
    Browse the repository at this point in the history

Commits on Aug 2, 2024

  1. feat: events tail command

    kai687 committed Aug 2, 2024
    Configuration menu
    Copy the full SHA
    04c1f1c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4beda01 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8f46472 View commit details
    Browse the repository at this point in the history
  4. batch

    kai687 committed Aug 2, 2024
    Configuration menu
    Copy the full SHA
    b5d21a5 View commit details
    Browse the repository at this point in the history

Commits on Aug 3, 2024

  1. fix: tests

    kai687 committed Aug 3, 2024
    Configuration menu
    Copy the full SHA
    5bca30a View commit details
    Browse the repository at this point in the history

Commits on Aug 20, 2024

  1. fix: make function generic

    kai687 committed Aug 20, 2024
    Configuration menu
    Copy the full SHA
    53b35b7 View commit details
    Browse the repository at this point in the history
  2. fix: update test for object

    kai687 committed Aug 20, 2024
    Configuration menu
    Copy the full SHA
    0914231 View commit details
    Browse the repository at this point in the history
  3. fix: release version of v4

    kai687 committed Aug 20, 2024
    Configuration menu
    Copy the full SHA
    6a5c0a1 View commit details
    Browse the repository at this point in the history

Commits on Sep 4, 2024

  1. chore: update algoliasearch

    kai687 committed Sep 4, 2024
    Configuration menu
    Copy the full SHA
    45fa2b2 View commit details
    Browse the repository at this point in the history