Skip to content
/ paia Public
forked from gbv/paia

Specification of Patrons Account Information API (PAIA)

Notifications You must be signed in to change notification settings

finc/paia

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

95 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Patrons Account Information API (PAIA)

The Patrons Account Information API (PAIA) is a HTTP based programming interface to access library patron information, such as loans, reservations, and fees. See http://gbv.github.com/paia/ for the current version and https://github.com/gbv/paia/releases for releases and release notes.

This git repository, hosted at http://github.com/gbv/paia, contains all sources of and modifications to the PAIA specification.

The master file paia.md is written in Pandoc’s Markdown. HTML version of the specification is generated from the master file with makespec. The specification can be distributed freely under the terms of CC-BY-SA.

How to contribute to the specification

Please use the issue tracker to comment. Given a GitHub account you can also fork this repository, do

git clone git@github.com:YOURACCOUNT/paia.git
cd paia
git submodule update --init

# modify paia.md

make

# check whether paia.html looks fine

git add paia.md
git commit -m "your comment"
git push origin master

and request a pull of your modification.

About

Specification of Patrons Account Information API (PAIA)

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • TeX 54.5%
  • CSS 34.3%
  • Makefile 11.2%