public
Description: Ruby library for utilizing Gnip services.
Homepage: http://gnipcentral.com
Clone URL: git://github.com/gnip/gnip-ruby.git
ahoward (author)
Wed Jun 10 07:57:27 -0700 2009
commit  d81d6fa66db5d5ecb9d8ec8797ccfe95b19eb69b
tree    6ebb64a4afce0a942f452a9781f3971eb4c35c03
parent  cd8bc48a8816a01417ebd9e115a1d35b3f5680ce
gnip-ruby / TODO
100644 73 lines (49 sloc) 1.248 kb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
---
 
. gem release
 
. more sample programs
 
. tests for bin/gnip using yaml output
 
. flesh out rather minimal tests
 
. yank out shoulda for testing?
 
. unify some of the (to/from)_(hash/yaml) stuff across the lib
 
. abstract builder! pattern out for all Attributes
 
 
 
---
.activity
  . payload compress/decompress
  . publishing to publisher
    . curl --data-binary @activity.xml -H 'Content-Type:application/xml' --silent --user ara.t.howard@gmail.com:password https://api-v21.gnip.com/my/publishers/pub/activity.xml
  . display of payload/raw from commandline
 
. version
 
. clean up pluralization in lib
 
. sample program
 
. server callbacks
 
. flush out bin/gnip
 
. decide between tagz vs erb for xml generation
 
. html escape
  . CGI.escapeHTML(CGI.escapeHTML('world & business'))
 
. filter-rules
  . get
  . post
  . delete
  . post in bulk (stdin)
 
. filters
  . create
  . list
  . delete
  . update/replace/put
  . rule post in bulk (stdin)
 
. publisher
  . create
  . delete
  . notifications
    . current
    . by timestamp
    . ago
  . extract rule types from xml
 
. gnip
  . clock delta
 
. samples
 
. http wrapper/resource
. my vs gnip
. safe login uri
. setup test environment for unit + integration w/shoulda
. get access to docs