Skip to content

Commit f6ed49d

Browse files
committed
Merge pull request #88 from UWPCE-PythonCert/master
Recent changes (assignment 1 from bob)
2 parents 6947e6c + 0493854 commit f6ed49d

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

assignments/session03/tasks.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,4 +35,4 @@ on getting data sources combined rather than on what the output looks like.
3535
Optional Tasks:
3636
---------------
3737

38-
Write unit tests supporting the functions of your mashup script.
38+
Write unit tests supporting the functions of your mashup script.

source/main/readings.rst

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,8 @@ remain unchanged) over time, skim these specifications for HTTP and SMTP:
9696
Session 3 - APIs and Mashups
9797
----------------------------
9898

99+
* `Introduction to HTML (from the Mozilla Developer Network)
100+
<https://developer.mozilla.org/en-US/docs/Web/Guide/HTML/Introduction>`_
99101
* `Wikipedia's take on 'Web Services'
100102
<http://en.wikipedia.org/wiki/Web_service>`_
101103
* `xmlrpc overview <http://www.xmlrpc.com/>`_
@@ -107,9 +109,9 @@ Session 3 - APIs and Mashups
107109
* `A Brief Introduction to REST (Tilkov 2007)
108110
<http://www.infoq.com/articles/rest-introduction>`_
109111
* `Wikipedia on REST
110-
<http://en.wikipedia.org/wiki/Representational_State_Transfer>`
112+
<http://en.wikipedia.org/wiki/Representational_State_Transfer>`_
111113
* `Original REST disertation
112-
<http://www.ics.uci.edu/~fielding/pubs/dissertation/top.htm>`
114+
<http://www.ics.uci.edu/~fielding/pubs/dissertation/top.htm>`_
113115
* `Why HATEOAS - *a simple case study on the often ignored REST constraint*
114116
<http://www.slideshare.net/trilancer/why-hateoas-1547275>`_
115117

0 commit comments

Comments
 (0)