{"id":22489886,"url":"https://github.com/inrupt/solid-client-js","last_synced_at":"2025-05-15T04:06:45.284Z","repository":{"id":36965299,"uuid":"250245633","full_name":"inrupt/solid-client-js","owner":"inrupt","description":"Library for accessing data and managing permissions on data stored in a Solid Pod","archived":false,"fork":false,"pushed_at":"2025-05-06T12:15:41.000Z","size":13066,"stargazers_count":235,"open_issues_count":34,"forks_count":41,"subscribers_count":19,"default_branch":"main","last_synced_at":"2025-05-06T12:48:49.918Z","etag":null,"topics":["inrupt","javascript-library","solid","solid-pods"],"latest_commit_sha":null,"homepage":"https://docs.inrupt.com/developer-tools/javascript/client-libraries/","language":"TypeScript","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/inrupt.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":"CODE-OF-CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":"CODEOWNERS","security":"SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2020-03-26T11:55:49.000Z","updated_at":"2025-05-06T12:10:04.000Z","dependencies_parsed_at":"2023-11-07T03:57:16.530Z","dependency_job_id":"e8a1ea92-dab7-4abe-960d-15d501b4ff7a","html_url":"https://github.com/inrupt/solid-client-js","commit_stats":{"total_commits":2421,"total_committers":24,"mean_commits":100.875,"dds":0.4754233787691037,"last_synced_commit":"557d4924c7837e7feab3ae9be2a43123eb2dead1"},"previous_names":["inrupt/lit-pod","inrupt/lit-solid"],"tags_count":76,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/inrupt%2Fsolid-client-js","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/inrupt%2Fsolid-client-js/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/inrupt%2Fsolid-client-js/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/inrupt%2Fsolid-client-js/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/inrupt","download_url":"https://codeload.github.com/inrupt/solid-client-js/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254270646,"owners_count":22042859,"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":["inrupt","javascript-library","solid","solid-pods"],"created_at":"2024-12-06T17:21:03.404Z","updated_at":"2025-05-15T04:06:40.269Z","avatar_url":"https://github.com/inrupt.png","language":"TypeScript","readme":"# Solid JavaScript Client - solid-client\n\n[![Contributor\nCovenant](https://img.shields.io/badge/Contributor%20Covenant-2.1-4baaaa.svg)](CODE-OF-CONDUCT.md)\n\nThis project adheres to the Contributor Covenant [code of\nconduct](CODE-OF-CONDUCT.md). By participating, you are expected to uphold this\ncode. Please report unacceptable behavior to\n[engineering@inrupt.com](mailto:engineering@inrupt.com).\n\n@inrupt/solid-client is a JavaScript library for accessing data and managing\npermissions on data stored in Solid Pods. It provides an abstraction layer on\ntop of both Solid and Resource Description Framework (RDF) principles and is\ncompatible with the RDF/JS specification. You can use solid-client in Node.js\nusing either CommonJS or ES modules, and in the browser with a bundler like\nWebpack, Rollup, or Parcel.\n\n@inrupt/solid-client is part of a family open source JavaScript libraries\ndesigned to support developers building Solid applications.\n\n# Inrupt Solid JavaScript Client Libraries\n\n## Data access and permissions management - solid-client\n\n[@inrupt/solid-client](https://docs.inrupt.com/developer-tools/javascript/client-libraries/)\nallows developers to access data and manage permissions on data stored in Solid\nPods.\n\n[@inrupt/solid-client-authn-browser](https://www.npmjs.com/package/@inrupt/solid-client-authn-browser)\nallows apps running in a browser to authenticate against a Solid server. This is\nonly necessary if you wish to access private resources in a Pod (to access\npublic resources you could simply use standard `fetch()`).\n\n## Vocabularies and interoperability\n\nA fundamental requirement for any two systems to interoperate at all is that\nthey have a shared understanding of the concepts and ideas relevant to those\nsystems. That shared understanding is expressed as a common 'language', and the\nindividual terms from that language are typically described and explained in\ndictionaries.\n\nThe Solid eco-system uses RDF vocabularies (or slightly more formally,\n'ontologies') to describe concepts and ideas in a machine-readable, W3C\nstandardized format (effectively, these RDF vocabularies act as dictionaries for\nsystems to share concepts and ideas).\n\nThere are already many common vocabularies published on the web, such as the\n[vCard vocabulary](https://www.w3.org/TR/vcard-rdf/) for describing the concepts\nand ideas associated with People and Organizations, or\n[Schema.org](https://schema.org/) for describing the things search engines are\ntypically interested in, intended to be used by webmasters to mark up their\npages in ways that those search engines can then understand.\n\nAs a convenience for JavaScript developers, Inrupt publishes various npm modules\nthat provide JavaScript classes containing constants representing the individual\nterms described in many of these vocabularies today, including modules\nspecifically for Solid-related vocabularies, and for Inrupt-specific\nvocabularies.\n\nBy simply importing one of these NPM modules, developers have immediate access\nto all the terms described in all the RDF vocabularies referenced by that\nmodule.\n\n### Common RDF vocabularies\n\nThis module bundles together JavaScript classes representing many of the most\ncommon RDF vocabularies published on the web today (e.g. FOAF, Schema.org,\nvCard, SKOS, etc.):\n[@inrupt/vocab-common-rdf](https://www.npmjs.com/package/@inrupt/vocab-common-rdf)\n\n### Solid-specific RDF vocabularies\n\nThis module bundles together JavaScript classes representing all the RDF\nvocabularies related to Solid (e.g. Solid terms, WebACL, ACP, etc.):\n[@inrupt/vocab-solid-common](https://www.npmjs.com/package/@inrupt/vocab-solid-common)\n\n### Inrupt-specific RDF vocabularies\n\nThis module bundles together JavaScript classes representing all the RDF\nvocabularies created and maintained by Inrupt (e.g. an Inrupt test vocabulary,\nInrupt glossaries, Inrupt product vocabularies, etc.):\n[@inrupt/vocab-inrupt-common](https://www.npmjs.com/package/@inrupt/vocab-inrupt-common)\n\n# Supported environments\n\nOur JavaScript Client Libraries use relatively modern JavaScript, aligned with\nthe [ES2018](https://262.ecma-international.org/9.0/) Specification features, we\nship both [ESM](https://nodejs.org/docs/latest-v16.x/api/esm.html) and\n[CommonJS](https://nodejs.org/docs/latest-v16.x/api/modules.html), with type\ndefinitions for TypeScript alongside.\n\nThis means that out of the box, we only support environments (browsers or\nruntimes) that were released after mid-2018, if you wish to target other (older)\nenvironments, then you will need to cross-compile our SDKs via the use of\n[Babel](https://babeljs.io), [webpack](https://webpack.js.org/),\n[SWC](https://swc.rs/), or similar.\n\nIf you need support for Internet Explorer, it is recommended to pass them\nthrough a tool like [Babel](https://babeljs.io), and to add polyfills for e.g.\n`Map`, `Set`, `Promise`, `Headers`, `Array.prototype.includes`, `Object.entries`\nand `String.prototype.endsWith`.\n\n## Node.js Support\n\nSee [Inrupt Solid Javascript Client\nLibraries](https://docs.inrupt.com/developer-tools/javascript/client-libraries/#node-js-support).\n\n# Installation\n\nFor the latest stable version of solid-client:\n\n```bash\nnpm install @inrupt/solid-client\n```\n\nFor the latest stable version of all Inrupt Solid JavaScript libraries:\n\n```bash\nnpm install @inrupt/solid-client @inrupt/solid-client-authn-browser @inrupt/vocab-common-rdf\n```\n\n# Issues \u0026 Help\n\n## Solid Community Forum\n\nIf you have questions about working with Solid or just want to share what you’re\nworking on, visit the [Solid forum](https://forum.solidproject.org/). The Solid\nforum is a good place to meet the rest of the community.\n\n## Bugs and Feature Requests\n\n- For public feedback, bug reports, and feature requests please file an issue\n  via [Github](https://github.com/inrupt/solid-client-js/issues/).\n- For non-public feedback or support inquiries please use the [Inrupt Service\n  Desk](https://inrupt.atlassian.net/servicedesk).\n\n## Documentation\n\n- [Inrupt Solid Javascript Client\n  Libraries](https://docs.inrupt.com/developer-tools/javascript/client-libraries/)\n- [Homepage](https://docs.inrupt.com/)\n\n# Changelog\n\nSee [the release\nnotes](https://github.com/inrupt/solid-client-js/blob/main/CHANGELOG.md).\n\n# License\n\nMIT © [Inrupt](https://inrupt.com)\n","funding_links":[],"categories":["TypeScript"],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Finrupt%2Fsolid-client-js","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Finrupt%2Fsolid-client-js","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Finrupt%2Fsolid-client-js/lists"}