Skip to content

Commit

Permalink
Replace DDP implementation with good old restful api calls.
Browse files Browse the repository at this point in the history
  • Loading branch information
guidobouman committed Jul 1, 2015
1 parent 35edced commit c284c6e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 59 deletions.
5 changes: 5 additions & 0 deletions api.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
import urllib2

url = 'http://localhost:3000/api/coffeecups'
response = urllib2.urlopen(url).read()
print response
59 changes: 0 additions & 59 deletions ddp.py

This file was deleted.

0 comments on commit c284c6e

Please sign in to comment.