-
Notifications
You must be signed in to change notification settings - Fork 0
Task List
gwachob edited this page Sep 13, 2010
·
3 revisions
This is a lit of things Gabe would like to see be done, by himself or others. All work should be completely covered by unit tests, if at all possiblel!
- Refactor parsing tests so they are broken into multiple unit tests (not one big test with a bunch of assertions)
- Implement section 5 of XRDS-Simple (Document Retrieval: GET and HEAD HTTP retrieval of XRD documents).
- Implement OAuth Discovery (requires XRDS-Simple Document Retrieval)
In addition, Gabe would like to collect other use cases and refactor the core parser and retrieval logic so its easy to use in as many libraries/applications as possible.
Recently Done:
- Implement “search for XRD element by xml id” (ie so you can use #fragments in URLs being discovered and the XRD element (others, maybe in the future) extracted is the one identified by the fragment id.