Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
report = {
  id: 'sample_id',
  url: 'http://outbreaks.globalincidentmap.com/xxx',
  date_of_publication: "2022-02-23 16:07:00",
  country: "United Kingdom",
  eventType: "Salmonella Outbreak (Suspected or Confirmed)",
  location: {
    latitude: 51.507,
    longitude: -0.128
  }
}
  • database deisngdesign

  • possible interactions other than get request

...