Skip to content
Snippets Groups Projects
Commit 257892af authored by Cam Saul's avatar Cam Saul
Browse files

update readme

parent 3baa4cc1
No related branches found
No related tags found
No related merge requests found
......@@ -64,6 +64,11 @@ You can update the GitHub pages documentation using
You should be on the `master` branch without any uncommited local changes before doing so. Also, make sure you've fetched the branch `gh-pages` and can push it back to `origin`.
## Migration Summary
lein migration-summary
Will give you a list of all tables + fields in the Metabase DB.
## Bootstrapping (for Development)
......@@ -80,7 +85,7 @@ You'll be walked through the steps to get started.
You can make API calls from the REPL using `metabase.http-client`:
(use 'metabase.http-client)
(defn cl [& args]
(defn cl [& args]
(-> (apply client {:email "crowberto@metabase.com", :password "blackjet"} args)
clojure.pprint/pprint))
(cl :get "user/current")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment