https://github.com/comake/standard-sdk-js
Standard SDK is an open-source SDK that can integrate and interact with any API. It further facilitates interactions with multiple similar APIs through the use of abstractions similar to the common models presented by unified APIs.
https://github.com/comake/standard-sdk-js
api api-client api-rest api-wrapper common-model integration javascript sdk type-system typescript unified-api
Last synced: about 1 year ago
JSON representation
Standard SDK is an open-source SDK that can integrate and interact with any API. It further facilitates interactions with multiple similar APIs through the use of abstractions similar to the common models presented by unified APIs.
- Host: GitHub
- URL: https://github.com/comake/standard-sdk-js
- Owner: comake
- License: other
- Created: 2023-01-10T18:31:18.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-11-08T21:21:05.000Z (over 2 years ago)
- Last Synced: 2025-04-14T15:09:42.907Z (about 1 year ago)
- Topics: api, api-client, api-rest, api-wrapper, common-model, integration, javascript, sdk, type-system, typescript, unified-api
- Language: TypeScript
- Homepage: https://comake.io/skl/sdk
- Size: 2.15 MB
- Stars: 7
- Watchers: 3
- Forks: 1
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.md
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
---
Standard SDK is an open source software package that provides you with a single SDK to integrate and interact with any API. It vastly simplifies developer experience when building applications, especially ones which require interaction with multiple external APIs.
Developers commonly spent lots of time installing SDKs, reading documentation, and figuring out how to use each SDK to build integrations using APIs and to add features to their application. Instead of going through this time consuming process installing and learning many different SDKs, a developer can just install Standard SDK to build any integration their application requires. In addition to saving time, removing dependencies on all those SDKs in favor of just one can reduce your application's build size, and make it easier to onboard developers to your codebase.
See the [Standard SDK Documentation](https://sdk.standardknowledge.com/) to learn how it works and how you can use it today!
### Examples
- [Share files stored on file storage systems](https://github.com/comake/skl-examples/tree/main/unified-files-api)
- [Get a list of events happening in a city from ticketing platforms](https://github.com/comake/skl-examples/tree/main/unified-events-api)
# License
Standard SDK JS is copyrighted by [Comake, Inc.](https://comake.io) and available under the [MIT License](LICENSE.md).