An open API service indexing awesome lists of open source software.

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.

Awesome Lists containing this project

README

          









Standard SDK JS



Documentation




npm version










---

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).