> For the complete documentation index, see [llms.txt](https://docs.mburger.cloud/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.mburger.cloud/ios-docs/fetch-the-project.md).

# Fetch the project

You can retrieve the information of the project like this:

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

}, failure: { error in

})
```
