0.3.2 • Published 7 years ago

solid-web-client v0.3.2

Weekly downloads
6
License
MIT
Repository
github
Last release
7 years ago

solid-web-client

npm.io 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)
  })
0.3.2

7 years ago

0.3.1

7 years ago

0.3.0

7 years ago

0.2.0

7 years ago

0.1.0

7 years ago

0.0.10

7 years ago

0.0.9

8 years ago

0.0.8

8 years ago

0.0.7

8 years ago

0.0.6

8 years ago

0.0.5

8 years ago

0.0.4

8 years ago

0.0.3

8 years ago

0.0.2

8 years ago

0.0.1

8 years ago