4639700be1
Added some test data
15 lines
358 B
JSON
15 lines
358 B
JSON
{
|
|
"token": "some_token",
|
|
"secret": "some secret",
|
|
"app_id": "sdf348thg348fh3f",
|
|
"mode": "token",
|
|
"scopes": ["Create", "Read"],
|
|
"authority_url": "https://some-link.com",
|
|
"base_url": "https://some-other-link.com",
|
|
"vendors": {
|
|
"simplenote": {
|
|
"username": "me",
|
|
"password": "who"
|
|
}
|
|
}
|
|
} |