Last active
October 14, 2018 22:39
-
-
Save converge/40ec6a7176289fc39ddc466e5ce13d54 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# | |
# MONGOOSE | |
# | |
{data: Array(1), status: 200, statusText: "OK", headers: {…}, config: {…}, …} | |
config | |
: | |
{adapter: ƒ, transformRequest: {…}, transformResponse: {…}, timeout: 0, xsrfCookieName: "XSRF-TOKEN", …} | |
data | |
: | |
Array(1) | |
0 | |
: | |
{_id: "5bc3a1e47881871d460df2d4", username: "cycling_apparel", created: "2018-10-14T20:07:00.324Z", __v: 0} | |
length | |
: | |
1 | |
__proto__ | |
: | |
Array(0) | |
headers | |
: | |
{date: "Sun, 14 Oct 2018 22:11:03 GMT", etag: "W/"6e-c3OdvOHoDy50iIZU4N3Pe7QFQxQ"", x-powered-by: "Express", content-length: "110", content-type: "application/json; charset=utf-8"} | |
request | |
: | |
XMLHttpRequest {onreadystatechange: ƒ, readyState: 4, timeout: 0, withCredentials: false, upload: XMLHttpRequestUpload, …} | |
status | |
: | |
200 | |
statusText | |
: | |
"OK" | |
__proto__ | |
: | |
Object | |
# | |
# SQLITE | |
# | |
{ig_account_id: 1, followers: "592", followings: "2209", total_posts: "2018-10-13 12:14:21", created: "2018-10-13 12:14:21"} | |
created | |
: | |
"2018-10-13 12:14:21" | |
followers | |
: | |
"592" | |
followings | |
: | |
"2209" | |
ig_account_id | |
: | |
1 | |
total_posts | |
: | |
"2018-10-13 12:14:21" | |
__proto__ | |
: | |
Object |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment