parent
1dba5d7106
commit
9236ba8577
|
@ -0,0 +1,8 @@
|
||||||
|
# Examples
|
||||||
|
|
||||||
|
Run the examples. Make sure to pass both the file you wish to run, as well as `common.go` to include the convenience functions.
|
||||||
|
|
||||||
|
```bash
|
||||||
|
go run photo.go common.go # Run the photo example
|
||||||
|
go run login.go common.go # Run the login example
|
||||||
|
```
|
|
@ -304,6 +304,11 @@
|
||||||
"tokens": null,
|
"tokens": null,
|
||||||
"expiration": 1613511978587026969
|
"expiration": 1613511978587026969
|
||||||
},
|
},
|
||||||
|
"ad22f8f82dab51c0c116613cf0c1535bde9afa5b0d6910d9": {
|
||||||
|
"user": "uqnzie01i1nypnt9",
|
||||||
|
"tokens": null,
|
||||||
|
"expiration": 1613529105851594272
|
||||||
|
},
|
||||||
"b12bcc8e03f51a00b17584596a213e41f3cddb5b4b14a29a": {
|
"b12bcc8e03f51a00b17584596a213e41f3cddb5b4b14a29a": {
|
||||||
"user": "uqnzie01i1nypnt9",
|
"user": "uqnzie01i1nypnt9",
|
||||||
"tokens": null,
|
"tokens": null,
|
||||||
|
@ -364,6 +369,11 @@
|
||||||
"tokens": null,
|
"tokens": null,
|
||||||
"expiration": 1613511459136720858
|
"expiration": 1613511459136720858
|
||||||
},
|
},
|
||||||
|
"e8f29a4ea45aff82722b11d21754fc4adcb63d2671545e0c": {
|
||||||
|
"user": "uqnzie01i1nypnt9",
|
||||||
|
"tokens": null,
|
||||||
|
"expiration": 1613529106728579350
|
||||||
|
},
|
||||||
"e90c5207fefb6712f0a261708de68ca5639dfc60a4dfe6f6": {
|
"e90c5207fefb6712f0a261708de68ca5639dfc60a4dfe6f6": {
|
||||||
"user": "uqnzie01i1nypnt9",
|
"user": "uqnzie01i1nypnt9",
|
||||||
"tokens": null,
|
"tokens": null,
|
||||||
|
|
Binary file not shown.
|
@ -3,7 +3,7 @@ UID: pqnzigq351j2fqgn
|
||||||
Type: image
|
Type: image
|
||||||
Title: A really great photo!
|
Title: A really great photo!
|
||||||
TitleSrc: manual
|
TitleSrc: manual
|
||||||
Description: 'Sample App Description: 2021-02-09 16:14:30.809303693 -0800 PST m=+5.845330665'
|
Description: 'Sample App Description: 2021-02-09 18:31:45.858137005 -0800 PST m=+0.909401243'
|
||||||
DescriptionSrc: manual
|
DescriptionSrc: manual
|
||||||
OriginalName: IMG_3044
|
OriginalName: IMG_3044
|
||||||
Year: -1
|
Year: -1
|
||||||
|
@ -14,5 +14,5 @@ Details:
|
||||||
Keywords: green, mean, tambourine
|
Keywords: green, mean, tambourine
|
||||||
KeywordsSrc: manual
|
KeywordsSrc: manual
|
||||||
CreatedAt: 2021-02-04T03:17:14.613092062Z
|
CreatedAt: 2021-02-04T03:17:14.613092062Z
|
||||||
UpdatedAt: 2021-02-10T02:21:59.491263544Z
|
UpdatedAt: 2021-02-10T02:31:45.860968569Z
|
||||||
EditedAt: 2021-02-10T02:21:59Z
|
EditedAt: 2021-02-10T02:31:46Z
|
||||||
|
|
|
@ -0,0 +1,7 @@
|
||||||
|
# Local Integration Tests
|
||||||
|
|
||||||
|
To run the tests
|
||||||
|
|
||||||
|
```bash
|
||||||
|
sudo -E go test . -v
|
||||||
|
```
|
Loading…
Reference in New Issue