@inrupt/solid-client API Documentation#
@inrupt/solid-client is a JavaScript library for accessing data and managing permissions on data stored in Solid Pods. It provides an abstraction layer on top of both Solid and Resource Description Framework (RDF) principles and is compatible with the RDF/JS specification. You can use solid-client in Node.js using either CommonJS or ESM modules, and in the browser with a bundler like Webpack, Rollup, or Parcel.
It is part of a family open source JavaScript libraries designed to support developers building Solid applications.
Installation#
For the latest stable version of solid-client:
npm install @inrupt/solid-client
Changelog#
See the release notes.
Browser support#
Our JavaScript Client Libraries use relatively modern JavaScript
features that will work in all commonly-used browsers, except Internet
Explorer. If you need support for Internet Explorer, it is recommended
to pass them through a tool like Babel, and to
add polyfills for e.g. Map
, Set
, Promise
, Headers
,
Array.prototype.includes
, Object.entries
and
String.prototype.endsWith
.
Additionally, when using this package in an environment other than Node.js, you will need a polyfill for Node’s buffer module.
Issues & Help#
Solid Community Forum#
If you have questions about working with Solid or just want to share what you’re working on, visit the Solid forum. The Solid forum is a good place to meet the rest of the community.
Bugs and Feature Requests#
For public feedback, bug reports, and feature requests please file an issue via Github.
For non-public feedback or support inquiries please use the Inrupt Service Desk.
API#
Modules#
- Module: acl/acl
- Module: acl/agent
- Module: acl/class
- Module: acl/group
- Module: acl/mock
- Module: acp_ess_1
- Module: acp_ess_2
- Module: formats
- Module: interfaces
- Module: profile/jwks
- Module: profile/webid
- Module: rdfjs
- Module: resource/file
- Module: resource/mock
- Module: resource/resource
- Module: resource/solidDataset
- Module: thing/add
- Module: thing/build
- Module: thing/get
- Module: thing/mock
- Module: thing/remove
- Module: thing/set
- Module: thing/thing
- Module: universalAccess