Where did odata sdk code sample go? - odata

I am trying achieve the same thing asked by this question, Routing in WCF data services
It seems like the code sample linked in the answer is no longer valid, but I don't have enough reputation to post a comment. Anyone know where I can download the sample code?
Thanks

The sample code links are now all verified functional at http://www.odata.org/ecosystem/.

Related

Reading review posted data in mvc Web API

I know that question has been asked several times before but nobody answered.
My schema for review action in email is fine and posting perfect, but I cannot read the rating value and the reviewBody from posted data. I am trying to read them in MVC Web API.
Can anyone please help me how to read those values from the posted data?
Thanks
Finally I managed to resolve my self.
Here is what was my issue in case for someone who may have the same issue.
In my script (json+ld) i had 'review.ratingValue' for requiredProperty and it was validated fine but it was actually posting 'review.reviewRating.ratingValue'.

How do I get to Google Code Playground?

I use to be able to get to Google Code Playground page.
As discussed in
A guide to Google Code PlayGround
Its a web-based tool that lets web developers try out all of the APIs that Google provides, tweak the code, and see the results, I found it very useful.
But now when I try, I get redirected to API Explorer!
Has anyone got any ideas why?
Thanks in advance.
I don't know why they changed it, but probably you will need to go to the specific API/product you're looking for and search there.
For example, I used to teach the Visualization APIs with the playground, but these seem to have been reclassified as a chart "product" with the interactive code editing now hosted through JSFiddle:
https://google-developers.appspot.com/chart/interactive/docs/gallery
Good luck (re)locating what you're looking for.

Where can I find RestKit Post sourcecode or tutorials?

I am trying to find some documentation on how to POST to an api with RestKit. I have not been able to find any good tutorial or direction. I can GET json data and display it on an iphone app - but I am trying to figure out how to do the reverse, i.e. POST from ios to an external json api. What resources did you guys learn to do this? The explanations on the git are pretty brief - or am I just not getting it?
Any help would be great! THanks
It's documented on the front page of the RestKit GitHub page: RestKit : post-patch-and-delete-an-object
In this situation google can help you much better than anyone else.
Some useful links:
Rest API
Intro to Rest
Beginning Rest

Any twitter api or complete solutions for monodroid?

Looking for good solution for Twitter login and posting something... but there is no idea for now. How to do it in xamarine( IOS mono has complete solution, but monodroid...) help me please, if somebody knows how to do it.
If you just want to post something then you can easily do this by sending an Intent for use by an external app - e.g. see https://github.com/slodge/MvvmCross/blob/v3/Plugins/Cirrious/Share/Cirrious.MvvmCross.Plugins.Share.Droid/MvxShareTask.cs#L19
If you need a more complete solution then libraries like Tweetsharp have had MonoDroid ports/branches at various times, but I don't know the current status of any of these.
You might also want to take a look at Xamarin.Social. This component will let you tweet from your Xamarin.Android application.

Basically: how do you get Open Feint X to work? (iOS)

I'm currently integrating Open Feint X in my iOS project, with a custom store, trying to synchronize data between OFX servers, to download new contents... and all I have to do it is their sample application, with no comment, and a very basic API...
Would anyone have some clues to give, maybe a useful link that Google did not reveal to me, or anything that could help me to understand which functions I should call and where ?
Thanks,
Grhyll.
EDIT: They are currently working on a doc. However, I've managed to make a few steps further, so if you have questions, don't hesitate to ask here, and if I can I'll answer...

Resources