Hi,
Is there a Node.js SDK for Squidex? Similar to Squidex.ClientLibrary for DotNet . I do see one in NPM but that doesn’t look to be the official one. Can you confirm ?
There is nothing official. I am not a node user and don’t think that I should publish a library when I don’t know the best practices.
Thanks for the confirmation.
Squidex does not currently provide an official Node.js SDK like Squidex.ClientLibrary for .NET. While there is an SDK available on NPM, it does not appear to be officially maintained by the Squidex team. However, since Squidex offers a well-documented REST API and supports GraphQL, you can integrate it with a Node.js application using standard HTTP request libraries like Axios or node-fetch. If an official SDK is a requirement, it might be worth reaching out to the Squidex team directly or considering building a lightweight wrapper around the API based on your specific needs.
Thats outdated: