Ivago: Simplify returned json values #12

Closed
opened 2021-04-04 15:28:07 +02:00 by Jef Roosens · 0 comments
Owner

Currently, we just directly parse the output of the Ivago API and send it back to the user. However, there's a lot of information in there that really doesn't have to be sent:

  • Classes are unneeded info, as the label already defines what type of trash pickup it is
  • The URL parameter doesn't point to anything meaningful, and isn't useful in the context of this API
Currently, we just directly parse the output of the Ivago API and send it back to the user. However, there's a lot of information in there that really doesn't have to be sent: * Classes are unneeded info, as the label already defines what type of trash pickup it is * The URL parameter doesn't point to anything meaningful, and isn't useful in the context of this API
Jef Roosens added this to the (deleted) project 2021-04-04 15:28:07 +02:00
Commenting is not possible because the repository is archived.
No project
No assignees
1 participant
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
Chewing_Bever/fej#12
No description provided.