papercallio 0.2.1 → 0.2.2

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 811972d90041a003df40a660b0dfcb7fc70f3ef6
4
- data.tar.gz: 5f034b96f11ce571efafa31a02850595c5f2d14c
3
+ metadata.gz: 79fa7c9ee1fa8af1b44584d2ae08f20a5ae5b695
4
+ data.tar.gz: d941d19c7a34cb04ed2bc7badb1e189fce453bcf
5
5
  SHA512:
6
- metadata.gz: 6883343b853a23d6124324313db5cb0549ac571a8dfb63f7d06807349b4ca50a2dc22f71e17ac2a4fc12500bca5549bcaabd48203d227adb283c3b1826318e41
7
- data.tar.gz: 6e8052acc1f84bc5a4b36d55410454c057444c385b6d0f235cc5a7e8459800b41b9904060a1bc781f313164ee07adcbbe28864890d27f2fe02c477dd5522b297
6
+ metadata.gz: bd76cbec84200b8b3d8131e7909bfea75fd7903b80968b3700d3895257afa32fddd80ff9192bd24a8ed7fd0f5618efb337fc1a3a75d6839d2185a3111d667f27
7
+ data.tar.gz: 32762fb6f2fb88a20b0b8a352415e27e47f407de5abcc2743a2b542afa0c555d5acca99486bb382161a7513d845bc0e694cdd048ffbcc2b67fa0bf288ea5679a
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- papercallio (0.2.1)
4
+ papercallio (0.2.2)
5
5
  gli (= 2.16.0)
6
6
  httparty (~> 0.15)
7
7
 
data/README.md CHANGED
@@ -24,7 +24,10 @@ Or install it yourself as:
24
24
 
25
25
  papercallio requires API access to download data. API access is a paid feature, papercallio will not work with the free papercall plan.
26
26
 
27
- To obtain your API token, go to the papercall website, click the events tab, choose your event, then choose the Organisers link on the right hand side. On the list of organisers for your event your API token will be listed under your name.
27
+ To obtain your API token, go to the papercall website, click the events tab, choose your event, then choose the "Organizers" link on the right hand side. On the list of organizers for your event your API token will be listed under your name.
28
+
29
+ If you select "API Documentation" instead you should end up on a page like (replace event id with your id) that will show you the resultant json response for your event.
30
+ https://www.papercall.io/events/[event id]/apidocs
28
31
 
29
32
  Once you have your API key export it in your shell
30
33
 
@@ -37,6 +40,7 @@ export PAPERCALL_API_TOKEN=abcdefghijklmnopqrstuvwxyz1234567890
37
40
  ```
38
41
  papercallio help
39
42
  papercallio help submissions
43
+ export PAPERCALL_API_TOKEN=abcdefghijklmnopqrstuvwxyz1234567890
40
44
  papercallio submissions
41
45
  ```
42
46
 
@@ -46,6 +50,8 @@ Add flags to the command as defined in the help file.
46
50
 
47
51
  ```
48
52
  bundle install
53
+ papercallio help
54
+ papercallio help submissions
49
55
  bundle exec bin/papercallio submissions
50
56
  ```
51
57
 
@@ -57,5 +63,5 @@ To install this gem onto your local machine, run `bundle exec rake install`. To
57
63
 
58
64
  ## Contributing
59
65
 
60
- Bug reports and pull requests are welcome on GitHub at https://github.com/[USERNAME]/papercallio. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the [Contributor Covenant](http://contributor-covenant.org) code of conduct.
66
+ Bug reports and pull requests are welcome on GitHub at https://github.com/aaronblythe/papercallio. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the [Contributor Covenant](http://contributor-covenant.org) code of conduct.
61
67
 
@@ -1,3 +1,3 @@
1
1
  module Papercallio
2
- VERSION = '0.2.1'
2
+ VERSION = '0.2.2'
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: papercallio
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.1
4
+ version: 0.2.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - aaronblythe