mirror of
https://github.com/public-transport/db-vendo-client.git
synced 2025-11-04 18:16:45 +02:00
Compare commits
No commits in common. "main" and "v6.10.4" have entirely different histories.
5 changed files with 8 additions and 15 deletions
9
.github/workflows/build.yml
vendored
9
.github/workflows/build.yml
vendored
|
|
@ -10,9 +10,6 @@ env:
|
|||
REGISTRY: ghcr.io
|
||||
IMAGE_NAME: ${{ github.repository }}
|
||||
|
||||
permissions:
|
||||
id-token: write # for OIDC-based publishing to npm
|
||||
|
||||
jobs:
|
||||
build-and-push-docker:
|
||||
runs-on: ubuntu-latest
|
||||
|
|
@ -56,9 +53,7 @@ jobs:
|
|||
with:
|
||||
node-version: '20.x'
|
||||
registry-url: 'https://registry.npmjs.org'
|
||||
# for OIDC-based publishing to npm
|
||||
- name: setup npm v11
|
||||
run: npm install -g npm@11
|
||||
|
||||
- run: npm ci
|
||||
- run: npm publish --provenance --access public
|
||||
env:
|
||||
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
|
||||
|
|
@ -4,7 +4,6 @@ import {products} from '../../lib/products.js';
|
|||
// journeys()
|
||||
import {formatJourneysReq} from '../dbnav/journeys-req.js';
|
||||
const {journeysEndpoint} = base;
|
||||
const {bestpriceEndpoint} = base;
|
||||
|
||||
// refreshJourneys()
|
||||
import {formatRefreshJourneyReq} from '../dbnav/journeys-req.js';
|
||||
|
|
@ -40,7 +39,6 @@ const profile = {
|
|||
|
||||
formatJourneysReq,
|
||||
journeysEndpoint,
|
||||
bestpriceEndpoint,
|
||||
|
||||
formatRefreshJourneyReq,
|
||||
refreshJourneysEndpointTickets, refreshJourneysEndpointPolyline,
|
||||
|
|
|
|||
4
package-lock.json
generated
4
package-lock.json
generated
|
|
@ -1,12 +1,12 @@
|
|||
{
|
||||
"name": "db-vendo-client",
|
||||
"version": "6.10.5",
|
||||
"version": "6.10.4",
|
||||
"lockfileVersion": 3,
|
||||
"requires": true,
|
||||
"packages": {
|
||||
"": {
|
||||
"name": "db-vendo-client",
|
||||
"version": "6.10.5",
|
||||
"version": "6.10.4",
|
||||
"license": "ISC",
|
||||
"dependencies": {
|
||||
"content-type": "^1.0.5",
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"name": "db-vendo-client",
|
||||
"description": "Client for bahn.de public transport APIs.",
|
||||
"version": "6.10.5",
|
||||
"version": "6.10.4",
|
||||
"type": "module",
|
||||
"main": "index.js",
|
||||
"files": [
|
||||
|
|
@ -95,7 +95,7 @@
|
|||
"test-e2e": "VCR_OFF=true tap -t60 -j16 test/e2e/*.js",
|
||||
"test-spelling": "cspell .",
|
||||
"test": "npm run test-unit && npm run test-integration && npm run test-spelling",
|
||||
"prepublishOnly": "npm run lint && npm test",
|
||||
"prepublishOnly": "npm run lint",
|
||||
"api": "node api.js"
|
||||
},
|
||||
"tap": {
|
||||
|
|
|
|||
|
|
@ -25,7 +25,7 @@ Depending on the configured profile, db-vendo-client will use multiple different
|
|||
|
||||
| Profile | `db` | `dbnav` | `dbweb` | `dbris` |
|
||||
| ------------- | ------------- | ------------- | ------------- | ------------- |
|
||||
| no API key required | ✅ | ✅ | ✅ | ❌ |
|
||||
| no API key required | ✅ | ✅ | ✅ | ✅ | ❌ |
|
||||
| all above endpoints supported | ✅ | ✅ | except `stop()` | only boards |
|
||||
| duration for boards | always 1h | always 1h | always 1h | up to 12h |
|
||||
| remarks | for boards only most important remarks | for boards only most important remarks | all remarks on boards and journeys | all remarks |
|
||||
|
|
@ -37,7 +37,7 @@ Depending on the configured profile, db-vendo-client will use multiple different
|
|||
| adminCode/operator | only for journeys | only for journeys | only operator | ✅ |
|
||||
| stopovers | not in boards | not in boards | ✅ | ✅ |
|
||||
| assumed backend API stability | less stable | more stable | less stable | more stable |
|
||||
| quotas | 60 requests per minute (IPv4), current backend possibly shut off soon | 60 requests per minute (IPv4), possibly aggressive blocking | aggressive blocking (IPv4/IPv6) | depends on API key |
|
||||
| quotas | 60 requests per minute (IPv4) | 60 requests per minute (IPv4), possibly aggressive blocking | aggressive blocking (IPv4/IPv6) | depends on API key |
|
||||
|
||||
|
||||
> [!IMPORTANT]
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue