Commit graph

9 commits

Author SHA1 Message Date
booboy
9d34d53372 fixed trends. one character fix 2018-11-04 02:39:52 -06:00
booboy
eae20ccd0c started to work on the command line application
added
-- raw
-- scrape_public_pastes
-- list_trending (still broken though. need to fix the api call)
-- added a method to extract just the keys from public pastes
-- moved the previous tests to an examples.rb file

need to mess around with all the different ways to parse arguments for the
command line program.
2018-11-04 02:28:57 -06:00
booboy
092bbb252b added all of the methods.
will need to go back through and fix the scraping api endpoints to use the execute_query private method
2018-11-03 01:57:23 -05:00
kenna-bmcdevitt
2be2d4419c fixed naming conventions and set this up to begin working on command line calls 2018-08-22 15:03:42 -05:00
kenna-bmcdevitt
eaf6207f22 added a couple more api calls 2018-08-22 14:00:13 -05:00
kenna-bmcdevitt
9da7b16a6e made execute_query a work on the methods inside of the PasteBinner class 2018-08-22 13:32:53 -05:00
booboy
94568018e3 made execute_query a private method 2018-08-19 20:22:48 -05:00
booboy
447dc1f003 added an api_post method, and a get_api_user_key method for retrieving a session key which is required for listing user pastes. 2018-08-16 20:31:34 -05:00
booboy
da6c789a5c initial commit 2018-08-16 14:54:08 -05:00