{"id":18174516,"url":"https://github.com/superfaceai/one-sdk","last_synced_at":"2025-08-17T21:19:07.582Z","repository":{"id":163999879,"uuid":"531131124","full_name":"superfaceai/one-sdk","owner":"superfaceai","description":"1️⃣ OneSDK for all the APIs you want to integrate with","archived":false,"fork":false,"pushed_at":"2025-01-31T15:23:51.000Z","size":15975,"stargazers_count":18,"open_issues_count":1,"forks_count":2,"subscribers_count":6,"default_branch":"main","last_synced_at":"2025-06-09T06:05:30.419Z","etag":null,"topics":["api","cloudflare-workers","integration","javascipt","nodejs","python","rest","wasm"],"latest_commit_sha":null,"homepage":"https://superface.ai","language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/superfaceai.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"docs/CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":"docs/CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":"docs/SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2022-08-31T14:53:23.000Z","updated_at":"2025-01-31T15:23:54.000Z","dependencies_parsed_at":"2023-10-30T10:27:45.794Z","dependency_job_id":"3f204e74-14b9-40b6-a739-1f15a4441d91","html_url":"https://github.com/superfaceai/one-sdk","commit_stats":null,"previous_names":[],"tags_count":66,"template":false,"template_full_name":null,"purl":"pkg:github/superfaceai/one-sdk","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/superfaceai%2Fone-sdk","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/superfaceai%2Fone-sdk/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/superfaceai%2Fone-sdk/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/superfaceai%2Fone-sdk/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/superfaceai","download_url":"https://codeload.github.com/superfaceai/one-sdk/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/superfaceai%2Fone-sdk/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":264708182,"owners_count":23652204,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["api","cloudflare-workers","integration","javascipt","nodejs","python","rest","wasm"],"created_at":"2024-11-02T16:03:26.340Z","updated_at":"2025-07-13T21:08:07.324Z","avatar_url":"https://github.com/superfaceai.png","language":"Rust","funding_links":[],"categories":["Rust"],"sub_categories":[],"readme":"[Website](https://superface.ai) | [Get Started](https://superface.ai/docs/getting-started) | [Documentation](https://superface.ai/docs) | [GitHub Discussions](https://sfc.is/discussions) | [Twitter](https://twitter.com/superfaceai) | [Support](https://superface.ai/support)\n\n\u003cimg src=\"https://github.com/superfaceai/one-sdk/raw/main/docs/LogoGreen.png\" alt=\"Superface\" width=\"100\" height=\"100\"\u003e\n\n# Superface OneSDK\n\n**One SDK for all the APIs you want to integrate with.**\n\n[![GitHub Workflow Status](https://img.shields.io/github/actions/workflow/status/superfaceai/one-sdk/ci_cd.yml)](https://github.com/superfaceai/one-sdk/actions/workflows/ci_cd.yml)\n[![license](https://img.shields.io/npm/l/@superfaceai/one-sdk)](LICENSE)\n[![GitHub Discussions](https://img.shields.io/github/discussions/superfaceai/.github?logo=github\u0026logoColor=fff)](https://github.com/orgs/superfaceai/discussions)\n\nThis is a new implementation of [OneSDK for Node.js](https://github.com/superfaceai/one-sdk-js) using WebAssembly under the hood. Which allows us to give users OneSDK in their favorite language.\n\nFor more details about Superface, visit [How it Works](https://superface.ai/how-it-works) and [Get Started](https://superface.ai/docs/getting-started).\n\n## Try it out\n\nA simple demonstration can be run with `./examples/run.sh node`. It builds the entire project and Node.js host, then runs the example.\n\nThis will require to have Development requirements installed. In case of building the core in Docker `node` and `yarn` are still required.\n\n### Environment variables\n\nThe OneSDK uses these environment variables:\n\n- `ONESDK_LOG=on` - controls logging intended for users. Values `1`, `on`, `yes` and `true` are recognized as positive.\n- `ONESDK_REGISTRY_URL=http://localhost:8321` - Superface registry base URL\n- `ONESDK_CONFIG_CACHE_DURATION=3600` - duration in seconds of how long to cache documents (profiles, maps, providers) before downloading or reading them from the file system again\n- `ONESDK_CONFIG_DEV_DUMP_BUFFER_SIZE=1048576` - size of the developer log dump ring buffer\n- `ONESDK_DEV_LOG=off` - controls the level of logging intended for developers. Set to `trace` to see everything that is logged, including user log and metrics. See [tracing_subscriber directives](https://docs.rs/tracing-subscriber/latest/tracing_subscriber/filter/struct.EnvFilter.html#directives) for full syntax.\n\n## Supported languages\n\n- [🦄 JavaScript/TypeScript](https://github.com/superfaceai/one-sdk/tree/main/host/javascript)\n  - [Node.js](https://github.com/superfaceai/one-sdk/tree/main/packages/nodejs_host)\n  - [Cloudflare Workers](https://github.com/superfaceai/one-sdk/tree/main/packages/cloudflare_worker_host)\n- [🐍 Python](https://github.com/superfaceai/one-sdk/tree/main/packages/python_host)\n\n## Contributing\n\nWe welcome all kinds of contributions! Please see the [Contribution Guide](docs/CONTRIBUTING.md) to learn how to participate.\n\n## License\n\nOneSDK is licensed under the [MIT License](LICENSE).\n\n© 2023 Superface s.r.o.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsuperfaceai%2Fone-sdk","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsuperfaceai%2Fone-sdk","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsuperfaceai%2Fone-sdk/lists"}