feedhenry / mcp-standalone

Standalone version of the mobile-control-panel.
http://feedhenry.org
Apache License 2.0
13 stars 21 forks source link

Implement GenericClientConfig #174

Closed aidenkeating closed 6 years ago

aidenkeating commented 6 years ago

@maleck13 Would you mind taking a look? This changes the response from the SDK config endpoint a bit from:

{
    "name": "servicename",
    "config": { "uri": "https://servicename" }
}

to

{
    "name": "servicename",
    "config": {
        "params": { "uri": "https://servicename" },
        "headers": { "app_key": "test", "app_id": "test" }
    }
}

So we'll need to update the sample app, but not the core SDK.