diff options
author | Ben Burwell <ben@benburwell.com> | 2015-12-16 22:09:50 -0500 |
---|---|---|
committer | Ben Burwell <ben@benburwell.com> | 2015-12-16 22:09:50 -0500 |
commit | 7636932bc6af6b509269c6adfd620c5283051b3f (patch) | |
tree | 14d8c673c8d16e76e70099f28f55ede41d36c787 /tests/replies/resource.json | |
parent | b189c8bf0a951b367e610c9941c3aff482a8968e (diff) |
Update unit tests
Diffstat (limited to 'tests/replies/resource.json')
-rw-r--r-- | tests/replies/resource.json | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/tests/replies/resource.json b/tests/replies/resource.json new file mode 100644 index 0000000..19762db --- /dev/null +++ b/tests/replies/resource.json @@ -0,0 +1,22 @@ +{ + "result": "success", + "message": { + "resource": { + "id": "1", + "title": "My Resource", + "filename": "resource.pdf", + "extension": "pdf", + "size": 0, + "details": "My resource details", + "agency": { + "id": "1", + "uri": "https://access.active911.com/interface/open_api/api/" + }, + "location": { + "id": "1", + "uri": "https://access.active911.com/interface/open_api/api/locations/1" + } + } + } +} + |