-
Notifications
You must be signed in to change notification settings - Fork 24
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #158 from sdmx-twg/develop
Release API v2.0.0 (SDMX 3.0)
- Loading branch information
Showing
27 changed files
with
2,393 additions
and
2,998 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,10 @@ | ||
Overview | ||
========= | ||
This repository is used for maintaining the SDMX RESTful web services specification. | ||
|
||
This includes: | ||
* The normative parts of the specification such as the WADL file and the XML schemas directly related to the RESTful API. | ||
* The parts dedicated to the RESTful API in Section 7 of the SDMX Standards package. | ||
* A [cheat sheet](v2_1/ws/rest/docs/rest_cheat_sheet.pdf?raw=true) for the SDMX Restful API. | ||
* A [tutorial](https://github.com/sdmx-twg/sdmx-rest/wiki) including a collection of tips and tricks for data providers and consumers. | ||
# Overview | ||
|
||
This repository is used to maintain the SDMX REST API. | ||
|
||
The API allows implementers to offer programmatic access to statistical data and metadata over HTTP. | ||
|
||
This repository contains: | ||
|
||
- The normative part of the specification, i.e. the [Open API definition](api/sdmx-rest.yaml). | ||
- The [Developers' documentation](doc/index.md), including a [cheat sheet](doc/rest_cheat_sheet.pdf?raw=true). |
Oops, something went wrong.