├── LICENSE.md └── README.md /LICENSE.md: -------------------------------------------------------------------------------- 1 | Copyright 2016-2018 National Bank of Belgium 2 | 3 | Licensed under the EUPL, Version 1.1 or – as soon they 4 | will be approved by the European Commission - subsequent 5 | versions of the EUPL (the "Licence"); 6 | 7 | You may not use this work except in compliance with the Licence. 8 | 9 | You may obtain a copy of the Licence at: https://joinup.ec.europa.eu/community/eupl/og_page/eupl 10 | 11 | Unless required by applicable law or agreed to in writing, software distributed under the Licence is distributed on an "AS IS" basis, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 12 | 13 | See the Licence for the specific language governing permissions and limitations under the Licence. 14 | -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | # NBB REST API Design Guide 2 | 3 | ## About 4 | This repository hosts the REST API Design Guide of the [National Bank of Belgium](https://www.nbb.be). 5 | 6 | The guide is located on the wiki of this repository: https://github.com/NationalBankBelgium/REST-API-Design-Guide/wiki/Home 7 | 8 | ## License 9 | This project is distributed under the terms of the [EUPL FOSS license](LICENSE.md) --------------------------------------------------------------------------------