yev-kanivets/projetJava

[2h]. Implement CLI to handle adding/listing/removing of RSS links.

Closed this issue · 0 comments

Implement CLI to handle adding/listing/removing of RSS links:

  • add name link period_in_seconds
  • list
  • update name link period_in_seconds
  • remove name

Here is RssFeed structure:

  • Name (“name”)
  • Link (“url”)
  • Update period (“period”)
  • Last update timestamp (“last_update_ts”)