Add the latest build when fetching apps

Description of the feature request

Add the latest build when fetching me/apps. See example below.

Use case / for what or how I would use it

For app usage it will be a lot more performant to download a lot of data at once, instead of downloading a single build for every app.

Example

{
	"slug": "slug",
	"title": "Test",
	"project_type": "ios",
	"provider": "github",
	"repo_owner": "kimdv",
	"repo_url": "git@github.com:kimdv/Test.git",
	"repo_slug": "Test",
	"is_disabled": false,
	"latestBuild": {
		"slug": "slug"
		// MORE BUILD DATA
	}
}

Thanks for creating the #feature-request @kimdv! :wink:

Thank you for an awesome platform! :wink:

1 Like