Jaeyson Anthony Y. ⚗️
Jaeyson Anthony Y. ⚗️
@javiertoledo kindly check #18. It's still WIP and the functions that is complete are in collections and cluster module.
@javiertoledo Anything else that I missed? should I merge this to `main`?
@kianmeng is this it? like add the yaml file then what's next?
> The generated API code should be in `/lib/` folder and we shouldn't ignore them. @kianmeng kindly check inside `/lib/open_api_typesense` folder, is that correct? I added the generated files ---...
> However, we need to create a default client, `OpenApiTypesense.Client` and ensure the connection to work first? > > ``` > iex(1)> OpenApiTypesense.Collections.get_collections() > ** (UndefinedFunctionError) function OpenApiTypesense.Client.request/1 is undefined...
> https://github.com/jaeyson/ex_typesense/pull/47#issuecomment-2299023658 > However, we need to create a default client, `OpenApiTypesense.Client` and ensure the connection to work first? > > ``` > iex(1)> OpenApiTypesense.Collections.get_collections() > ** (UndefinedFunctionError) function OpenApiTypesense.Client.request/1...
@kianmeng quick question: Which is better for return type? ```elixir 1. {:ok, %OpenApiTypesense.CollectionResponse{...}} 2. {:ok, map()} 3. map() ``` My initial thought was: using `#1` makes it consistent because we're...
> @jaeyson I think `#1` would be a better choice, for being specific and explicit about it. Are there any reasons for `#2` or `#3`? No particular reason at all...
Kindly asking for your final feedback @kianmeng 🙏🏾🙏🏾 before I make a release.
Hi Ang, quick question: what's the difference between typesense live dashboard and typesense web? On Mon, Jan 20, 2025, 15:06 Kian-Meng Ang ***@***.***> wrote: > @jaeyson I have switched to...