Skip to content
This repository has been archived by the owner on Apr 13, 2022. It is now read-only.

Minimal Solid REST client library, for use with solid-client

License

Notifications You must be signed in to change notification settings

solid-contrib/solid-web-client

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

50 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

solid-web-client

NPM Version Build Status

Minimal Solid LDP REST client functionality. Serves as a standalone library, and is also used inside solid-client.

Usage

var rdf = require('rdflib')  // or other compatible library
var webClient = require('solid-web-client')(rdf)

webClient.get('https://example.com')
  .then(function (response) {
    console.log(response)
  })

About

Minimal Solid REST client library, for use with solid-client

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •