Permalink
Join GitHub today
GitHub is home to over 40 million developers working together to host and review code, manage projects, and build software together.
Sign up#%RAML 1.0 | |
title: Circulation | |
version: v0.2 | |
protocols: [ HTTP, HTTPS ] | |
baseUri: http://localhost:9130 | |
documentation: | |
- title: Circulation Business Logic API | |
content: <b>API for report generation</b> | |
types: | |
items: !include items-in-transit.json | |
traits: | |
language: !include raml-util/traits/language.raml | |
resourceTypes: | |
collection-get: !include raml-util/rtypes/collection-get.raml | |
/inventory-reports: | |
displayName: In transit items report | |
/items-in-transit: | |
type: | |
collection-get: | |
exampleCollection: !include examples/items-in-transit.json | |
schemaCollection: items |