Skip to content

Latest commit

 

History

History
26 lines (16 loc) · 544 Bytes

README.md

File metadata and controls

26 lines (16 loc) · 544 Bytes

FINDOLOGIC Search API XML Response Schema

XML schema for validating the FINDOLOGIC search API's XML response format or generating code from it.

Available Versions

  • 2.1

Usage

The appropriate version of the schema is available at a GitHub URL for the available versions like such:

https://raw.githubusercontent.com/findologic/xml-response-schema/<version>/schema.xsd

PHP

For convenient use in PHP projects, the schema can be installed via composer:

composer require findologic/xml-response-schema:<version>