Extends the Programs ConfigurationModel, cleans up Programs-related utilities and corresponding tests, and corrects caching. Uses the Programs API to list programs within Studio. ECOM-2769.
16 lines
324 B
JSON
16 lines
324 B
JSON
[
|
|
{
|
|
"pk": 2,
|
|
"model": "oauth2.client",
|
|
"fields": {
|
|
"name": "programs",
|
|
"url": "http://example.com/",
|
|
"client_type": 1,
|
|
"redirect_uri": "http://example.com/welcome",
|
|
"user": null,
|
|
"client_id": "programs-client-id",
|
|
"client_secret": "programs-client-secret"
|
|
}
|
|
}
|
|
]
|