1.0.1 • Published 6 years ago

docloop-paperhive-adapter v1.0.1

Weekly downloads
2
License
GPL-3.0
Repository
github
Last release
6 years ago

PaperhiveAdapter

This package is meant to be used with docloop.

Install like this:

npm install docloop-paperhive-adapter

Use like this (see docloop):

var PaperhiveAdapter = require('docloop-paperhive-adapter').PaperhiveAdapter 

docloopCore
.use(PaperhiveAdapter,{
  name:             	"PaperHive",
  home:             	'https://paperhive.org',
  contentLink:			'https://paperhive.org/documents/items/%s',
  discussionsLink:		'https://paperhive.org/api/discussions?document=%s',
  documentLinkById:		'https://paperhive.org/api/document-items/by-document/%s',
  documentLinkByIemId:	'https://paperhive.org/api/document-items/%s',
  extraEndpoints:    	true,
  scanningInterval:  	60*60*1000
})

Here's the documentation: docloopDocs

1.0.1

6 years ago

1.0.0

6 years ago

0.10.7

6 years ago

0.10.6

6 years ago

0.10.5

6 years ago

0.10.4

6 years ago

0.10.3

6 years ago

0.10.2

6 years ago

0.10.1

6 years ago

0.10.0

6 years ago

0.9.0

6 years ago