MBurger Headless CMS
User Guide
CMS Headless
Engagement Platform
Search…
🍔
MBurger Documentation🍔
🔑
API
📱
Android SDK
🍏
iOS SDK
💻
PHP SDK
☕
JavaScript SDK
🔷
Flutter SDK
Installation
Initialization
Fetch the project
Fetch blocks
Fetch sections
Media
Admin
Auth
❓
How to?
👻
Sample App
Powered By
GitBook
Media
You can retrieve a media stored on MBurger with its id:
1
MBMedia
media
=
await
MBManager
.
shared
.
getMedia
(
MEDIA_ID
);
Copied!
To retrieve all the media that are saved in MBurger you can use this function:
1
List
<
MBMedia
>
media
=
await
MBManager
.
shared
.
getAllMedia
();
Copied!
Previous
Fetch sections
Next
Admin
Last modified
1yr ago
Copy link