mirror of
https://github.com/zhigang1992/RestKit.git
synced 2026-01-12 22:51:50 +08:00
Updated TODO and introduced CREDITS file
This commit is contained in:
31
CREDITS.md
Normal file
31
CREDITS.md
Normal file
@@ -0,0 +1,31 @@
|
||||
RestKit Credits
|
||||
===============
|
||||
|
||||
RestKit was originally developed in the summer of 2009 under the name OTRestFramework
|
||||
as a Ruby on Rails specific object mapper for XML data. In early 2010 the framework was
|
||||
rebranded as RestKit and evolved into a general purpose HTTP toolkit and object mapping
|
||||
system.
|
||||
|
||||
RestKit is a production of Two Toasters and available as an Open Source package under
|
||||
the terms of the Apache License (see LICENSE for details).
|
||||
|
||||
Original Author
|
||||
---------------
|
||||
* Blake Watters github.com/blakewatters @blakewatters
|
||||
|
||||
Core Team
|
||||
---------
|
||||
* Jeremy Ellison
|
||||
* Daniel Hammond
|
||||
* Jeff Arena
|
||||
|
||||
Web Designer
|
||||
------------
|
||||
* Adit Shukla
|
||||
|
||||
Contributors
|
||||
------------
|
||||
* Marc Weil
|
||||
* Pat Shields
|
||||
* Tim Kerchmar
|
||||
* Rachit Shukla
|
||||
18
TODO
18
TODO
@@ -1,14 +1,8 @@
|
||||
- Update README to reflect new realities
|
||||
- Sample apps
|
||||
- Clean up CoreData mess
|
||||
- Factor Core Data dependencies out of object mapper
|
||||
- Doxygen markup & generation
|
||||
- Request Queue
|
||||
- Network Watcher
|
||||
- Clean up specs
|
||||
- Factor out Rails support
|
||||
- RKObjectMapperDelegate
|
||||
- extract error from the payload
|
||||
- digest the payload to return objects at arbitrary KVC paths
|
||||
- RKRailsObjectMapperDelegate
|
||||
- Dynamic Router (interpolate property values into paths)
|
||||
- Static library builds
|
||||
- New object mapper configuration DSL
|
||||
- Offline write support
|
||||
- Three20 Integration Cleanup
|
||||
- Expanded spec coverage
|
||||
- Continuous Integration
|
||||
Reference in New Issue
Block a user