-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #2 from DavidDurman/update-readme
update readme
- Loading branch information
Showing
5 changed files
with
22 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,20 @@ | ||
# appmixer-demo-embedded-integrations | ||
# Appmixer Embedded Integrations Demo | ||
|
||
Try live at: | ||
|
||
``` | ||
https://demo-integrations.appmixer.com?apiUrl=https://api.YOUR_TENANT.appmixer.com&studioUrl=https://my.YOUR_TENANT.appmixer.com | ||
``` | ||
|
||
The following query parameters are supported: | ||
|
||
| Query Parameter | Required | Description | Example | | ||
| ------------- | ------------- | -------- | -------- | | ||
| `apiUrl` | ✅ | The Appmixer Tenant API URL that you were assigned at sign-up. | `https://api.YOUR_TENANT.appmixer.com` | | ||
| `studioUrl` | ✅ | The Appmixer Tenant Studio URL that you were assigned at sign-up. | `https://my.YOUR_TENANT.appmixer.com` | | ||
| `username` | | An Appmixer Virtual User Username. If not defined, a virtual user with a the following username will be created `[email protected]` (for demo purposes). | `[email protected]` | | ||
| `token` | | An Appmixer Virtual User Token. | `d17e3798-d754-4397-aff2-f06e71c5ae57` | | ||
| `domainFilter` | | If specified, only integrations pubslihed to this specific domain will be displayed. Otherwise, integrations published to all users will be displayed. | `myapp.com` | | ||
|
||
|
||
![Screenshot](assets/screenshot.png?raw=true "Screenshot") |
File renamed without changes
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
File renamed without changes
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters