Cache application data for offline use

This commit is contained in:
2024-03-12 11:24:44 -05:00
parent 75b9e3e14a
commit a1810e3f2c
5 changed files with 34 additions and 4 deletions

View File

@@ -1,6 +1,8 @@
class W3DHub
class Api
class Applications
attr_reader :data
def initialize(response)
@data = JSON.parse(response, symbolize_names: true)