Coder Social home page Coder Social logo

andaryjo / trias-client Goto Github PK

View Code? Open in Web Editor NEW
21.0 21.0 4.0 453 KB

Lean Node.js client for public transport TRIAS APIs

Home Page: https://npmjs.com/package/trias-client

License: ISC License

TypeScript 82.83% JavaScript 17.17%
public-transport trias

trias-client's People

Contributors

andaryjo avatar dependabot[bot] avatar derhuerst avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

trias-client's Issues

Retire request, introduce axios

The npm module request has been deprecated for some time now. I'd therefore like to switch to Axios, which is a more modern and promise-based alternative.

The migration becomes urgent as I'm having some issues adding the VVO provider to my own public transport application Abfahrt. Using this client, I'm not able to perform successful requests to the VVO TRIAS API (returning error 404).

This seems to be a problem with request in general, because it works with Postman and with axios when using the exact same request headers and payload. I did some low-level debugging on my own platform before I realised that this is a problem with this client: https://gitlab.com/andary/abfahrt-core/-/issues/50

I therefore will need to introduce axios sooner than planned.

Allow custom Content-Type header

Currently the client automatically set the header Content-Type to application/xml. But for example the VVO provider needs the header set to text/xml.

The client should therefore not overwrite the header when already set by the consumer.

Add docs

Add detailed documentation on the methods, their options and the results.

Extending the Providers.md

Hi,

I'm currently working on a similar library, but for python. Therefore I appreciate your collection of providers and I'm glad I found it. The only other list I am aware of is this (german) one.

As I want to test my python client on different APIs I would be happy to submit a MR to extend or update the list by updating information or links, adding new providers or add additional information.

However, I also think that such a list of providers should in the best case be available independent of a software solution in the long term. Some places to put it could be either the VDV GitHub where the specification of TRIAs is also located or a Wiki like TransitWiki What are your thoughts on that?

For now if I find anything worth updating in the providers.md I would submit a Pull Request, if that works for you.

Regards

Max

Introduce mocked TRIAS service for testing

The module testing currently tests the functionality of the module for multile TRIAS providers to ensure it's comaptibility. However, I do not think that this is a good testing approach as it depends on the availability and correct implementation of external providers.

Instead, testing should be done on a mocked implementation of a TRIAS provider (maybe by generating random XML responses based on the TRIAS specificiation). It will be hard to then test not only the technical but also the business aspect of the data (does the data even make sense & what weird constellations can appear?).

Maybe testing can depend on a combination of mocked and actual TRIAS data. I just think that the unavailability of a TRIAS provider should not result in failing tests.

Introduce journey ticker information

TRIAS has so called situations - which are essentially ticker news - for departures and trips. In both cases, these situations are not directly linked to one specific departure or trip, but apply to the whole service response:

<TripResponse>
  <TripResponseContext>
    <Situations></Situations>
  </TripResponseContext>
  <TripResult></TripResult>
  <TripResult></TripResult>
</TripResponse>

This is actually a weakness of TRIAS and not correctly implemented by many TRIAS providers, as they were (probably) trying to map their item-specific information into this field, which is now missing some context. E.g. the situation "Ersatzfahrt" would only apply to one specific item, but is here applied to all the items.

trias-client already supports situations for departures and I'm now planning to add this ticker information for journeys as well.

(as requested by Abfahrt Core in https://gitlab.com/andary/abfahrt-core/-/issues/80)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.