Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 8 additions & 8 deletions README.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ Some APIs need more information to be able to return the information they are su

### Full API Documentation

Available here: http://wufoo.com/docs/api/v3/users/
Available here: http://www.wufoo.com/docs/api/v3/users/

Each API returns it's own set of specific information which is all documented on Wufoo.com for reference.

Expand All @@ -49,7 +49,7 @@ Information about all users:
"getterPath" : "../" // Path to getter.php
});

Full documentation: http://wufoo.com/docs/api/v3/users/
Full documentation: http://www.wufoo.com/docs/api/v3/users/

### Forms

Expand All @@ -68,7 +68,7 @@ Information about a specific form:
"formHash" : "x7x7x7" // Hash of specific form
});

Full documentation: http://wufoo.com/docs/api/v3/forms/
Full documentation: http://www.wufoo.com/docs/api/v3/forms/

### Entries

Expand All @@ -90,7 +90,7 @@ Entries from a report:
"system" : false // Return system fields or not
});

Full documentation: http://wufoo.com/docs/api/v3/entries/
Full documentation: http://www.wufoo.com/docs/api/v3/entries/

### Fields

Expand All @@ -114,7 +114,7 @@ Fields of a report:

Bear in mind that fields may have `SubFields`, as is the case when using Wufoo-provided fields like Name, which has First and Last as subfields. Testing for SubFields and looping through those within the main loop while processing the data is a good idea.

Full documentation: http://wufoo.com/docs/api/v3/fields/
Full documentation: http://www.wufoo.com/docs/api/v3/fields/

### Comments

Expand All @@ -139,7 +139,7 @@ Get comments from a form:
"entryID" : 143 // ID of specific comment to return
});

Full documentation: http://wufoo.com/docs/api/v3/comments/
Full documentation: http://www.wufoo.com/docs/api/v3/comments/

### Reports

Expand All @@ -158,11 +158,11 @@ Information about single form:
"reportHash" : "m5p7k0" // Hash of a specific report
});

Full documentation: http://wufoo.com/docs/api/v3/reports/
Full documentation: http://www.wufoo.com/docs/api/v3/reports/

### To Do

- Suppport POSTing new entries (with uploads?)
- More robust testing
- Web Hooks API
- Log in API (restricted)
- Log in API (restricted)