John O'Reilly
val networkList = cityBikesApi.fetchNetworkList().networks networkList.forEach { db.put(it) }
db.put(networkList)
romainbsl