#community-help

C++ Client SDK for Typesense

TLDR 谢渊 asked about the availability of a C++ client SDK for Typesense. Kishore Nallan informed that there isn't an official SDK but suggests using core_api.h directly.

Powered by Struct AI
5
3mo
Solved
Join the chat
Jun 14, 2023 (3 months ago)
谢渊
Photo of md5-7a5b648ca51447c30b96671596d58a2b
谢渊
08:35 AM
it seems that we don't have a c++ client sdk here, do we? In my senario, I might use c++ to build my web server that connected to typesense for fully control over latency and memory cost
Kishore Nallan
Photo of md5-4e872368b2b2668460205b409e95c2ea
Kishore Nallan
08:39 AM
Don't have an official SDK but you can check core_api.h which maps all public APIs. So you can just use that directly.
谢渊
Photo of md5-7a5b648ca51447c30b96671596d58a2b
谢渊
08:54 AM
was there any plan supporting c++ client sdk? If so, I would like to contribute to the project when I finish
Kishore Nallan
Photo of md5-4e872368b2b2668460205b409e95c2ea
Kishore Nallan
08:55 AM
So far we have not had any asks, understandably because most people integrate via API from web app or mobile apps so that largely rules out CPP :)
谢渊
Photo of md5-7a5b648ca51447c30b96671596d58a2b
谢渊
08:56 AM
got it