We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 3aad0d2 + 67b6eca commit b815c45Copy full SHA for b815c45
tests/fixtures/screenboard_response.json
@@ -1,19 +1,19 @@
1
{
2
- "board_title": "dogapi test",
3
- "height": 768,
4
- "id": 6334,
5
- "widgets": [
6
- {
7
- "height": 20,
8
- "type": "image",
9
- "url": "http://path/to/image.jpg",
10
- "width": 32,
11
- "x": 32,
12
- "y": 7
13
- }
14
- ],
15
- "width": 1024,
16
- "created": "2015-12-17T23:06:06.703087+00:00",
17
- "modified": "2015-12-17T23:12:26.726234+00:00",
18
- "read_only": false
19
+ "board_title": "dogapi test",
+ "height": 768,
+ "id": 6334,
+ "widgets": [
+ {
+ "height": 20,
+ "type": "image",
+ "url": "http://path/to/image.jpg",
+ "width": 32,
+ "x": 32,
+ "y": 7
+ }
+ ],
+ "width": 1024,
+ "created": "2015-12-17T23:06:06.703087+00:00",
+ "modified": "2015-12-17T23:12:26.726234+00:00",
+ "read_only": false
+}
0 commit comments