in resdb_orm/orm.py [0:0]
def read(self, key): """Read a specific record by key from the DB.""" response = requests.get(f'{self.db_root_url}/v1/transactions/{key}') return response.json()