deprecation note 📝; 5.0.3
This commit is contained in:
parent
9e6cc8ed6b
commit
c91bdc79f2
3 changed files with 6 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
||||||
Copyright (c) 2022, Jannis R
|
Copyright (c) 2023, Jannis R
|
||||||
|
|
||||||
Permission to use, copy, modify, and/or distribute this software for any purpose with or without fee is hereby granted, provided that the above copyright notice and this permission notice appear in all copies.
|
Permission to use, copy, modify, and/or distribute this software for any purpose with or without fee is hereby granted, provided that the above copyright notice and this permission notice appear in all copies.
|
||||||
|
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
"private": true,
|
"private": true,
|
||||||
"name": "db-rest",
|
"name": "db-rest",
|
||||||
"description": "A clean REST API wrapping around the Deutsche Bahn API.",
|
"description": "A clean REST API wrapping around the Deutsche Bahn API.",
|
||||||
"version": "5.0.2",
|
"version": "5.0.3",
|
||||||
"main": "index.js",
|
"main": "index.js",
|
||||||
"author": "Jannis R <mail@jannisr.de>",
|
"author": "Jannis R <mail@jannisr.de>",
|
||||||
"homepage": "https://github.com/derhuerst/db-rest/tree/5",
|
"homepage": "https://github.com/derhuerst/db-rest/tree/5",
|
||||||
|
|
|
@ -1,5 +1,9 @@
|
||||||
# db-rest
|
# db-rest
|
||||||
|
|
||||||
|
**Deprecated. Please use the [latest version](https://github.com/derhuerst/db-rest) of this API.**
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
**A clean REST API wrapping around the [Deutsche Bahn HAFAS API](https://github.com/public-transport/db-hafas#db-hafas).** It is deployed at [`v5.db.transport.rest`](https://v5.db.transport.rest/).
|
**A clean REST API wrapping around the [Deutsche Bahn HAFAS API](https://github.com/public-transport/db-hafas#db-hafas).** It is deployed at [`v5.db.transport.rest`](https://v5.db.transport.rest/).
|
||||||
|
|
||||||
[**API Documentation**](docs/readme.md)
|
[**API Documentation**](docs/readme.md)
|
||||||
|
|
Loading…
Reference in a new issue