Skip to content

Instantly share code, notes, and snippets.

@gearmobile
Created May 4, 2017 14:01
Show Gist options
  • Save gearmobile/7d98d3287e97cd97d5d21efca6a22b04 to your computer and use it in GitHub Desktop.
Save gearmobile/7d98d3287e97cd97d5d21efca6a22b04 to your computer and use it in GitHub Desktop.
apiko start log
apiko-backend|master ⇒ apiko run dev
Starting Apiko...
> [email protected] dev /Users/aarongreenberg/Projects/experiments/apiko-backend
> node main.js dev
[APIKO LOG 16:27:19.472] Connecting database...
[APIKO LOG 16:27:20.061] Database connected.
[APIKO LOG 16:27:20.062] Loading API setup...
[APIKO LOG 16:27:20.062] Looking for the API setup file... /Users/aarongreenberg/Projects/experiments/apiko-backend/apiko.json
[APIKO LOG 16:27:20.062] Parsing API setup...
[APIKO LOG 16:27:20.080] Checking this API setup...
[APIKO LOG 16:27:20.080] This API setup seems to be OK.
[APIKO LOG 16:27:20.080] Saving this API setup to file... /Users/aarongreenberg/Projects/experiments/apiko-backend/apiko.json
[APIKO LOG 16:27:20.081] Synchronizing database...
[APIKO LOG 16:27:20.391] Structure of users synchronized.
[APIKO LOG 16:27:20.392] Structure of files synchronized.
[APIKO LOG 16:27:20.392] Reloading API endpoints...
[APIKO LOG 16:27:20.433] Registering a handler for: GET /users
[APIKO LOG 16:27:20.434] Registering a handler for: POST /users
[APIKO LOG 16:27:20.435] Registering a handler for: GET /users/:id
[APIKO LOG 16:27:20.438] Registering a handler for: PUT /users/:id
[APIKO LOG 16:27:20.440] Registering a handler for: DELETE /users/:id
[APIKO LOG 16:27:20.441] Registering a handler for: GET /files
[APIKO LOG 16:27:20.472] Registering a handler for: POST /files
[APIKO LOG 16:27:20.473] Registering a handler for: GET /files/:id
[APIKO LOG 16:27:20.473] Registering a handler for: PUT /files/:id
[APIKO LOG 16:27:20.475] Registering a handler for: DELETE /files/:id
[APIKO LOG 16:27:20.476] Registering a handler for: POST /users/login
[APIKO LOG 16:27:20.477] Registering a handler for: GET /users/:id(\d+)/
[APIKO WRN 16:27:20.477] Endpoint DELETE /users is registered with no handler! (1)
[APIKO LOG 16:27:20.489] Registering a handler for: DELETE /users
[APIKO LOG 16:27:20.491] Registering a handler for: GET /users/exists/:username
[APIKO LOG 16:27:20.491] Registering a handler for: PUT /apiko/setup
[APIKO LOG 16:27:20.492] Registering a handler for: GET /apiko/setup
[APIKO LOG 16:27:20.493] Registering a handler for: GET /apiko/core
[APIKO LOG 16:27:20.494] Registering a handler for: GET /apiko/stats
[APIKO LOG 16:27:20.496] Registering a handler for: GET /apiko/reference
[APIKO LOG 16:27:20.498] Registering a handler for: POST /users/password/change/:id
[APIKO LOG 16:27:20.500] Registering a handler for: POST /users/password/reset/:id
[APIKO LOG 16:27:20.500] Core and generic endpoints set up.
[APIKO LOG 16:27:20.500] Adding custom endpoint handlers...
[APIKO LOG 16:27:20.500] Creating a new endpoint: GET /collection
[APIKO LOG 16:27:20.500] Registering a handler for: GET /collection
[APIKO LOG 16:27:20.501] Creating a new endpoint: POST /justaction
[APIKO LOG 16:27:20.501] Registering a handler for: POST /justaction
[APIKO LOG 16:27:20.501] Creating a new endpoint: GET /custom/action
[APIKO LOG 16:27:20.501] Registering a handler for: GET /custom/action
[APIKO LOG 16:27:20.505] Listening @ 5000
[APIKO LOG 16:27:56.995] Extending GET /apiko/core with API...
[APIKO LOG 16:27:56.996] Checking if a different session token is specified...
[APIKO LOG 16:27:56.996] No session token is specified, going with TiusjBoGuz59t0JMgpGpF3dhKOpf8idg
[APIKO LOG 16:27:57.001] Checking restrictions...
[APIKO LOG 16:27:57.001] This request has passed the restrictions check.
[APIKO LOG 16:27:57.002] Checking parameters...
[APIKO LOG 16:27:57.002] This request has passed the params check.
[APIKO LOG 16:27:57.253] Extending GET /apiko/setup with API...
[APIKO LOG 16:27:57.253] Checking if a different session token is specified...
[APIKO LOG 16:27:57.253] No session token is specified, going with sFHsNg9oXK0coyLjrUXwuuCoSUldsTPY
[APIKO LOG 16:27:57.254] Checking restrictions...
[APIKO LOG 16:27:57.254] This request has passed the restrictions check.
[APIKO LOG 16:27:57.254] Checking parameters...
[APIKO LOG 16:27:57.254] This request has passed the params check.
[APIKO LOG 16:27:57.368] Extending GET /apiko/stats with API...
[APIKO LOG 16:27:57.368] Checking if a different session token is specified...
[APIKO LOG 16:27:57.368] No session token is specified, going with NcIl9D9UTyTXqv3ttCc5kTVADlwL5VRW
[APIKO LOG 16:27:57.369] Checking restrictions...
[APIKO LOG 16:27:57.369] This request has passed the restrictions check.
[APIKO LOG 16:27:57.369] Checking parameters...
[APIKO LOG 16:27:57.369] This request has passed the params check.
[APIKO LOG 16:47:36.968] Extending GET /apiko/core with API...
[APIKO LOG 16:47:36.969] Checking if a different session token is specified...
[APIKO LOG 16:47:36.969] No session token is specified, going with mlhyz6n4BTxwsXiZZadoeXXBnxjADO1o
[APIKO LOG 16:47:36.970] Checking restrictions...
[APIKO LOG 16:47:36.970] This request has passed the restrictions check.
[APIKO LOG 16:47:36.970] Checking parameters...
[APIKO LOG 16:47:36.970] This request has passed the params check.
[APIKO LOG 16:47:37.060] Extending GET /apiko/setup with API...
[APIKO LOG 16:47:37.060] Checking if a different session token is specified...
[APIKO LOG 16:47:37.060] No session token is specified, going with TJZydDU1TbJir-SKOC2F_Qm1Jw8Bn8Ms
[APIKO LOG 16:47:37.061] Checking restrictions...
[APIKO LOG 16:47:37.061] This request has passed the restrictions check.
[APIKO LOG 16:47:37.061] Checking parameters...
[APIKO LOG 16:47:37.061] This request has passed the params check.
[APIKO LOG 16:47:37.239] Extending GET /apiko/stats with API...
[APIKO LOG 16:47:37.239] Checking if a different session token is specified...
[APIKO LOG 16:47:37.239] No session token is specified, going with SRWU1s1Ju5DWMKTmgodsoKxqnO7Jchwm
[APIKO LOG 16:47:37.239] Checking restrictions...
[APIKO LOG 16:47:37.239] This request has passed the restrictions check.
[APIKO LOG 16:47:37.239] Checking parameters...
[APIKO LOG 16:47:37.240] This request has passed the params check.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment