# Fetch the project

You can retrieve the information of the project like this:

```swift
MBClient.getProject(success: { project in

}, failure: { error in

})
```
