Skip to content

Commit

Permalink
formatted README
Browse files Browse the repository at this point in the history
  • Loading branch information
sleexyz committed Apr 28, 2013
1 parent 2925177 commit f37692a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
#Connect--

<br>
Less is more. A simplified Exeter Connect.

<br>
##For now...
__test_old.py__ gets user data by headlessly mimicking Exeter Connect functionality.

__test.py__ gets user data by circumventing Exeter Connect completely and talking directly to Connect's [backend](https://connect.exeter.edu/student/_vti_bin/UserProfileService.asmx) via [SOAP](http://en.wikipedia.org/wiki/SOAP). Requires python2 and [suds](https://fedorahosted.org/suds/).
__test_old.py__ gets user data by headlessly mimicking Exeter Connect functionality. Hacky and slow.

test.py is faster and cleaner than test_old.py in every regard, which shows how much faster directly connecting to Connect's backend is.
__test.py__ gets user data by circumventing Exeter Connect completely and talking directly to Connect's [backend](https://connect.exeter.edu/student/_vti_bin/UserProfileService.asmx) via [SOAP](http://en.wikipedia.org/wiki/SOAP). Requires python2 and [suds](https://fedorahosted.org/suds/). test.py is much faster and cleaner than test_old.py in every regard.

<br>
##Todo
Expand Down

0 comments on commit f37692a

Please sign in to comment.