In swift I saw someone call a function like this
Api().getPost { (posts) in self.posts = posts }
This is what the Api class looks