Skip to content

Latest commit

 

History

History
40 lines (34 loc) · 977 Bytes

index.md

File metadata and controls

40 lines (34 loc) · 977 Bytes
title layout
Public HTTP API for ALD
docs

This describes the publicly available HTTP API for ALD. It will provide details about items, users and more. To get a better understanding of these docs and libba.net's implementation of them, read the general notes on the API.

Overview

The following API documentation is available:


Get the API version

Status

developed, but not live

Request

GET /version

Response

For XML:

<ald:version xmlns:ald='ald://api/version/schema/2012'>1.0.0</ald:version>

For JSON:

{ "version" : "1.0.0" }