Skip to content

Instantly share code, notes, and snippets.

@rmirabelli
Created January 21, 2022 18:43
Show Gist options
  • Save rmirabelli/27689db6e25039ccbf5c89d47ef2b9a4 to your computer and use it in GitHub Desktop.
Save rmirabelli/27689db6e25039ccbf5c89d47ef2b9a4 to your computer and use it in GitHub Desktop.
A sample response from the Azure App Configuration Service.
{
"items": [
{
"etag": "A3uJKGd9vCNHpUzaDAMPiAFrZUK",
"key": "AndroidRequiredVersion",
"label": null,
"content_type": "",
"value": "2.1",
"tags": {},
"locked": false,
"last_modified": "2022-01-11T16:43:02+00:00"
},
{
"etag": "JPyzoVkUx8F4ighi4WDdmP9gFT5",
"key": "iOSRequiredVersion",
"label": null,
"content_type": "",
"value": "2.1",
"tags": {},
"locked": false,
"last_modified": "2022-01-11T16:42:45+00:00"
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment