Skip to content

OData/OData4ObjC

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This project is no longer active and was put into the Outercurve Project Archive on 26-09-2013. The last release of the software is still available at https://odataobjc.codeplex.com/releases/view/73025 and the software repositories are still readable at https://github.com/OData/OData4ObjC, but further work has been suspended at this time. Please contact the Outercurve Foundation at info@outercurve.org if you require more information.


Usage Instructions

The SDK will run on Mac OSX machines only.

Documentation on how to use the OData toolkit for Objective-C can be found in the project web site.

Getting Help

Do you need help using the project, or do you want to request a feature or bug fix?

Contributing

Fork and go. To contribute back, send us a pull request. Check out our milestones to see the areas where we are actively seeking help.

Directory Structure

|-- framework
|   |
|	|
|	|----- bin
|		|
|		|-- ODatagenBinary
|		|	|
|		|	|-- odatagen			[Proxy generation tool]
|		|
|		|
|		|-- odatalib
|			|
|			|-- lib
|			|   |
|			|   |-- iPhoneDeviceLibs	[OData toolkit static library built for different device SDK versions]
|		    |   |
|			|   |
|			|   |-- iPhoneSimulatorLibs	[OData toolkit static library built for different simulator SDK versions]
|			|
|			|
|			|
|			|-- include
|				|
|				|-- Azure       	[contains files for using OData toolkit library against Windows Azure tables]
|  				|
|			        |-- Common      	[contains commonly used class definition files for dictionary, collection, 
|        			|			 guid, http proxy, reflection helper.Utility classes for Azure ACS and Azure
|        			|               	 Table authentication and xsl file for code generation]
|        			|
|			        |-- Context     	[Contains class definition files for context tracking, AtomPub generation,
|			        |               	  query and stream processing files]
|			        |
|				|-- Credential  	[Contains class definition files for credentials]
|				|
|			        |-- Exception  		[Contains class definition files for exceptions]
|        			|
|			        |-- Interfaces  	[Interface definitions]
|			        |
|			        |-- Parser     		[AtomPub parser]
|        			|
|			        |-- WebUtil     	[Utility files for handling normal and batch http request-response]
|
|
|-- Sample	[Contains sample iPhone application]
|	|
|	|----- DataMarket					[NEW: Azure datamarket sample program]
|	|
|	|----- Netflix						[Netflix sample program]
|	|
|	|----- OData.org					[Sample client for OData website demo producers]
|	
|-- Readme.txt	[This file, one which is being read, contains files and directory information]
|
|-- License.txt	[Contains license information]