-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathTODO
37 lines (28 loc) · 941 Bytes
/
TODO
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
TODO
[x] Basic "hello world" example for v1
[x] Simple default authentication storage
[x] store work from hello world example in build/work/
[ ] simple "build" script that makes raw requests for
[x] x-www-form-urlencoded
[ ] json
[ ] xml
[ ] csv
[x] example that uses basic auth
[x] example full transaction
[ ] render a .md file filling in {% example.whatever %}
with the request examples
[ ] copy styling from chris's api docs
[ ] make examples for everything in current api docs
[ ] make simple simple sdk examples
[ ] php
[ ] ruby
[ ] python 2
[ ] python 3
[ ] c#
[ ] java
[ ] start making v2 api examples that detail out the intended interface
[ ] create make target for "v1" and "v2"
[ ] create make target for "test-raw-json", etc
that actually runs each example and makes asserts on
the response
[ ] create make target "todo" that lists all TODO and XXX instances