/Hypothesis-API

A Perl wrapper for the nascent hypothes.is web API, and loosely based on a Python package: https://github.com/rdhyee/hypothesisapi

Primary LanguagePerl

Hypothesis-API

Hypothes.is is an open platform for publicly or collaboratively annotating
documents on the web.

This Perl module allows convenient access to some of the public HTTP API
for Hypothes.is: https://h.readthedocs.org/en/latest/api.html

INSTALLATION

To install this module, run the following commands:

	perl Makefile.PL
	make
	make test
	make install

SUPPORT AND DOCUMENTATION

After installing, you can find documentation for this module with the
perldoc command.

    perldoc Hypothesis::API

You can also look for information at:

    GitHub repository
        https://github.com/bbarker/Hypothesis-API

    RT, CPAN's request tracker (report bugs here)
        http://rt.cpan.org/NoAuth/Bugs.html?Dist=Hypothesis-API

    AnnoCPAN, Annotated CPAN documentation
        http://annocpan.org/dist/Hypothesis-API

    CPAN Ratings
        http://cpanratings.perl.org/d/Hypothesis-API

    Search CPAN
        http://search.cpan.org/dist/Hypothesis-API/


LICENSE AND COPYRIGHT

Copyright (C) 2015 Brandon E. Barker

Licensed under the Apache License, Version 2.0 (the "Apache License");
also licensed under the Artistic License 2.0 (the "Artistic License").
you may not use this file except in compliance with one of
these two licenses. You may obtain a copy of the Apache License at

    http://www.apache.org/licenses/LICENSE-2.0

Alternatively a copy of the Apache License should be available in the
LICENSE-2.0.txt file found in this source code repository.

You may obtain a copy of the Artistic License at

    http://www.perlfoundation.org/artistic_license_2_0

Alternatively a copy of the Artistic License should be available in the
artistic-2_0.txt file found in this source code repository.

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the Apache License or Artistic License for the specific language 
governing permissions and limitations under the licenses.