An open API service indexing awesome lists of open source software.

https://github.com/findologic/xml-response-schema

XML schema for the FINDOLOGIC XML API response.
https://github.com/findologic/xml-response-schema

Last synced: 2 months ago
JSON representation

XML schema for the FINDOLOGIC XML API response.

Awesome Lists containing this project

README

          

# 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//schema.xsd
```

### PHP

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

```
composer require findologic/xml-response-schema:
```