-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathvelocity.txt
More file actions
50 lines (34 loc) · 1.59 KB
/
velocity.txt
File metadata and controls
50 lines (34 loc) · 1.59 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
TODO:
- things that were started then rejected are not handled well:
- ./bin/velocity.js strongloop/strong-pm/39
- rejected... but then closed because it was completed by side-effect:
- ./bin/velocity.js strongloop-internal/scrum-nodeops/106
- close sprint at midnight on the monday
- server 504
sn.x/github-tools (report *) % node bin/velocity.js strongloop/strong-mesh-models
assert.js:326
assert.ifError = function(err) { if (err) {throw err;}};
^
504: Gateway Timeout
at ClientRequest.<anonymous> (/home/sam/w/sn.x/github-tools/node_modules/github/index.js:802:26)
at ClientRequest.emit (events.js:92:17)
at Socket.emitTimeout (http.js:1802:10)
at Socket.g (events.js:180:16)
at Socket.emit (events.js:117:20)
at Socket._onTimeout (net.js:327:8)
at _makeTimerTimeout (timers.js:429:11)
at Timer.unrefTimeout [as ontimeout] (timers.js:493:5)
I was able to curl https://waffle.io/api/strongloop/loopback and
https://waffle.io/api/strongloop/loopback/cards and get back JSON docs. I
suspect there may be other endpoints/resources...
Hey Al, We don't have a public, versioned API, but you're welcome to give our
not-quite-public API endpoints a go.
- Find the project id from https://waffle.io/api/user/projects
- Use this url to grab all the cards we
have:https://waffle.io/api/projects/:id/cards.
Each sized card has a size property. And, the endpoint doesn't support
filtering.
- implement: https://developer.github.com/v3/#conditional-requests
- will be much faster...
- and won't hit the rate limit
https://github.com/ekristen/node-github-cache