All Downloads are FREE. Search and download functionalities are using the official Maven repository.

nl.pvanassen.ns.StationsRequest Maven / Gradle / Ivy

There is a newer version: 1.1.1
Show newest version
package nl.pvanassen.ns;

import nl.pvanassen.ns.model.stations.Stations;

class StationsRequest extends ApiRequest {

    /**
     * Limiting scope
     */
    StationsRequest() {
    }

    /**
     * {@inheritDoc}
     * 
     * @see nl.pvanassen.ns.ApiRequest#getPath()
     */
    @Override
    String getPath() {
        return "ns-api-stations-v2";
    }

    /**
     * {@inheritDoc}
     * 
     * @see nl.pvanassen.ns.ApiRequest#getRequestString()
     */
    @Override
    String getRequestString() {
        return "";
    }

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy