-
Notifications
You must be signed in to change notification settings - Fork 15
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
Added Javascript SDK #52
base: main
Are you sure you want to change the base?
Conversation
@quest-bot loot #18 |
Quest PR submitted!@AkashJana18, you are attempting to solve the issue and loot this Quest. Will you be successful? Questions? Check out the docs. |
@AkashJana18 when I open the link for your java script sdk it gives 404 error. I can't seem to find the repo on your github profile. Can you send it to me please? |
Sorry, that repository was private |
@AkashJana18 thanks I can see it now |
All contributors have signed the CLA ✍️ ✅ |
I have read the CLA Document and I hereby sign the CLA |
minds_js_sdk
This pull request introduces a fully implemented SDK,
minds_js_sdk
, designed to interface seamlessly with the MindsDB API. The SDK enables developers to manage MindsDB resources programmatically, providing an easy-to-use and reliable interface for handling minds, datasources, and queries.Key Features
Implementation Details
API_KEY
: Your MindsDB API key.BASE_URL
: Base URL for the MindsDB API.Testing
Documentation
README.md
file with installation instructions, setup, and basic usage examples for the SDK.