Skip to content

Instantly share code, notes, and snippets.

@rmallah
Created April 15, 2020 15:22
Show Gist options
  • Save rmallah/18142b53e5338e42243a786132942d55 to your computer and use it in GitHub Desktop.
Save rmallah/18142b53e5338e42243a786132942d55 to your computer and use it in GitHub Desktop.
$ ./script/yancy_play get /yancy/api/Film
[2020-04-15 20:51:19.12094] [1555] [debug] sample query result: distinct film title is: 1000
[2020-04-15 20:51:19.35082] [1555] [debug] [sl6UCV_q] GET "/yancy/api/Film"
[2020-04-15 20:51:19.35170] [1555] [debug] [sl6UCV_q] Routing to a callback
*** Editor without authentication is deprecated and will be
removed in v2.0. Configure an Auth plugin or set
`editor.require_user => undef` to silence this warning
. at /usr/local/share/perl/5.20.2/Mojolicious.pm line 202.
[2020-04-15 20:51:19.35618] [1555] [debug] [sl6UCV_q] Routing to controller "Yancy::Controller::Yancy" and action "list"
[2020-04-15 20:51:19.37792] [1555] [debug] [sl6UCV_q] 200 OK (0.027134s, 36.854/s)
{"items":[{"film_id":1,"title":"ACADEMY DINOSAUR"},{"film_id":2,"title":"ACE GOLDFINGER"},{"film_id":3,"title":"ADAPTATION HOLES"},{"film_id":4,"title":"AFFAIR PREJUDICE"},{"film_id":5,"title":"AFRICAN EGG"},{"film_id":6,"title":"AGENT TRUMAN"},{"film_id":7,"title":"AIRPLANE SIERRA"},{"film_id":8,"title":"AIRPORT POLLOCK"},{"film_id":9,"title":"ALABAMA DEVIL"},{"film_id":10,"title":"ALADDIN CALENDAR"}],"offset":0,"total":1000}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment