You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
In the documentation, it is written that we need to provide our own base URL for the app, but I didn't find any resources as to how to implement the backend for the base URL, which serves the mini apps and their info.
I couldn't find a list of end points and what they are supposed to return and expect(payload). As of now to implement the backend for base URL, I'm checking each link the app hits when I call a function implementing it on the go. Is there a better easier way to implement it? Where can I find more resources about the base_url's backend.
Similarly, the MiniAppConfigSdk takes subscriptionKey along with the rasProjectId. How and where is the subscription key used?
Describe the solution you'd like
Add details regarding the backend (endpoints, payload and what needs to be returned) to the Documentation.
An example app with a miniapp deployed and an example backend will help a lot.
Additional information on how to load and open external urls.
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
In the documentation, it is written that we need to provide our own base URL for the app, but I didn't find any resources as to how to implement the backend for the base URL, which serves the mini apps and their info.
I couldn't find a list of end points and what they are supposed to return and expect(payload). As of now to implement the backend for base URL, I'm checking each link the app hits when I call a function implementing it on the go. Is there a better easier way to implement it? Where can I find more resources about the base_url's backend.
Similarly, the MiniAppConfigSdk takes subscriptionKey along with the rasProjectId. How and where is the subscription key used?
Describe the solution you'd like
Add details regarding the backend (endpoints, payload and what needs to be returned) to the Documentation.
An example app with a miniapp deployed and an example backend will help a lot.
Additional information on how to load and open external urls.
The text was updated successfully, but these errors were encountered: