From a9a7fa4492fecae9b03cc79d960a72d3bfbd3fdc Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Tue, 31 Dec 2019 13:27:14 +0100 Subject: Release Travel API --- lib/Travelynx/Controller/Api.pm | 12 ------------ templates/account.html.ep | 2 +- templates/api_documentation.html.ep | 4 ++-- templates/changelog.html.ep | 13 +++++++++++++ 4 files changed, 16 insertions(+), 15 deletions(-) diff --git a/lib/Travelynx/Controller/Api.pm b/lib/Travelynx/Controller/Api.pm index b951af4..931d41b 100755 --- a/lib/Travelynx/Controller/Api.pm +++ b/lib/Travelynx/Controller/Api.pm @@ -97,18 +97,6 @@ sub travel_v1 { return; } - if ( $self->app->mode ne 'development' ) { - $self->render( - json => { - success => \0, - deprecated => \0, - error => -'This feature is incomplete and only available in development mode', - }, - ); - return; - } - my $api_token = $payload->{token} // ''; if ( $api_token !~ qr{ ^ (? \d+ ) - (? .* ) $ }x ) { diff --git a/templates/account.html.ep b/templates/account.html.ep index e6a4576..8b14bd0 100644 --- a/templates/account.html.ep +++ b/templates/account.html.ep @@ -170,7 +170,6 @@ %= end --> - % if (app->mode eq 'development') { Travel @@ -194,6 +193,7 @@ %= end + % if (app->mode eq 'development') { Import diff --git a/templates/api_documentation.html.ep b/templates/api_documentation.html.ep index e5d026f..73f02cb 100644 --- a/templates/api_documentation.html.ep +++ b/templates/api_documentation.html.ep @@ -65,8 +65,6 @@ -% if (app->mode eq 'development') { -

Travel

@@ -148,6 +146,8 @@
+% if (app->mode eq 'development') { +

Import

diff --git a/templates/changelog.html.ep b/templates/changelog.html.ep index 7c5f3b8..8492a06 100644 --- a/templates/changelog.html.ep +++ b/templates/changelog.html.ep @@ -1,5 +1,18 @@

Changelog

+
+
+ 1.13 +
+
+

+ add API-Endpunkt zum Einchecken in + Züge, aktualisieren der Zielwahl und Zurücknehmen des letzten + Checkins. +

+
+
+
1.12 -- cgit v1.2.3