![Oracle Drags Its Feet in the JavaScript Trademark Dispute](https://cdn.sanity.io/images/cgdhsj6q/production/919c3b22c24f93884c548d60cbb338e819ff2435-1024x1024.webp?w=400&fit=max&auto=format)
Security News
Oracle Drags Its Feet in the JavaScript Trademark Dispute
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.
db-fahrplan
Advanced tools
Object
Kind: global class
Version: 1.0
Author: Tom Sacher
License: MIT
Param | Type | Description |
---|---|---|
bearer | String | The Bearer Token for the API |
sandbox | Boolean | If true, the module will use http instead of https |
Result
Get information about locations matching the given name or name fragment
Kind: instance method of DB
Returns: Result
- Result or Error
Param | Type | Description |
---|---|---|
name | String | Name or name fragment of a location |
Result
Get arrival board at a given location at a given daten and time.
Kind: instance method of DB
Returns: Result
- Result or Error
Param | Type | Description |
---|---|---|
id | String | Id of location. Use attribute 'id' from the result of 'location' |
date | String | Date and time in ISO-8601 format, yyyy-mm-ddThh:mm:ss, example: 2017-04-01 or 2017-04-01T10:30 |
Result
Get departure board at a given location at a given daten and time.
Kind: instance method of DB
Returns: Result
- Result or Error
Param | Type | Description |
---|---|---|
id | String | Id of location. Use attribute 'id' from the result of 'location' |
date | String | Date and time in ISO-8601 format, yyyy-mm-ddThh:mm:ss, example: 2017-04-01 or 2017-04-01T10:30 |
Result
Retrieve details of a journey. The id of journey should come from an arrival board or a departure board.
Kind: instance method of DB
Returns: Result
- Result or Error
Param | Type | Description |
---|---|---|
id | String | Id of a journey. Use attribute 'detailsId' from the result of 'arrivalBoard' or 'departureBoard' |
Object
Kind: global typedef
Properties
Name | Type | Description |
---|---|---|
Status | Number | HTTP Status Code |
Result | Object | Data from Server |
FAQs
API Wrapper for the Deutsche Bahn Fahrplan API
The npm package db-fahrplan receives a total of 0 weekly downloads. As such, db-fahrplan popularity was classified as not popular.
We found that db-fahrplan demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.
Security News
The Linux Foundation is warning open source developers that compliance with global sanctions is mandatory, highlighting legal risks and restrictions on contributions.
Security News
Maven Central now validates Sigstore signatures, making it easier for developers to verify the provenance of Java packages.