HTWK-App / Server-Application

Server-Application, designed for use with the HTWK Smartphone-App
GNU General Public License v3.0
1 stars 1 forks source link

API - Test: /app/news?feed=<a-zA-Z0-9> #26

Closed Zipunrar closed 10 years ago

Zipunrar commented 10 years ago

All possible Request with the additional Paramters feed, offset and limit do not respond with the correct News-Feed-Content but with the List of News-Feed.

hknochi commented 10 years ago

i cannot reconstruct your error, can you give me an example with given urls (maybe with screenshot)

Zipunrar commented 10 years ago

Example:

http://localhost:8080/app/news?feed=rss.digiboard

One Look in the Source Code tells me, that the call should be

http://localhost:8080/app/news/get?rss.digiboard

Seems to be a wrong Entry in the Wiki.