luft-app icon indicating copy to clipboard operation
luft-app copied to clipboard

missing API docs

Open flecno opened this issue 7 years ago • 6 comments

Moin, I want to use your API to dump some station values in my influxdb. The linked https://luft.jetzt/api/doc is not online anymore. Where can I find the API docs? :)

flecno avatar Oct 08 '18 19:10 flecno

Thank you for your report. It should be fixed in #84 and is now deployed.

I’ll work on some more improvements for api doc in the next days, but it should work so far ;-)

maltehuebner avatar Oct 11 '18 19:10 maltehuebner

Hi there, when opening the API docs it returns a 404. :(

BirgerK avatar Jun 03 '19 12:06 BirgerK

The API docs still could not be opened. Would be really helpful, if there was any info on how to use the API.

trych avatar Dec 09 '19 00:12 trych

Hi Malte! Is it planned to solve this bug? I would really appreciate using the API.

Sabi89129 avatar Apr 02 '20 09:04 Sabi89129

Still nothing happened!?

Dtrieb avatar Dec 01 '20 21:12 Dtrieb

bump - https://luft.jetzt/api/doc & https://luft.jetzt/api/ still gives 404

timluedtke avatar Sep 30 '21 10:09 timluedtke

Thank you for your patience - I had another flash of inspiration today and solved the problem. The Api documentation is now available at https://luft.jetzt/api/doc.

What was the problem? I noticed today that the 404 error message is obviously not delivered by the Symfony application and does not occur on my local development system either. The solution to the puzzle was the nginx configuration of Plesk, which wants to cache Word documents, among other things.

And /api/doc unfortunately matches the regular expression that searches for file extensions to be cached.

maltehuebner avatar Jul 25 '24 16:07 maltehuebner