Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Service.Get() tunnels an Entry Get in a Feed Get to get an individual entry #9

Open
GoogleCodeExporter opened this issue May 27, 2015 · 0 comments

Comments

@GoogleCodeExporter
Copy link

The problem with this is that the client is forcing a "self" url 
(.../feed?id=blah) that is different than 
the self returned by the server (/entry/id). I either have to adopt 
/feed?id=blah as the entry url for 
all clients or I have a situation where the url in Entry.SelfUri is different 
than the one that should be 
used to retrieve the entry.

As a suggestion, either the gdata .net client should not tunnel an entry get in 
a feed get returning 
one entry or it should override Entry.SelfUri to always return /feed?id=blah 
(btw, I am not able to do 
override this since these key methods/properties are not virtual).

Original issue reported on code.google.com by [email protected] on 28 Apr 2010 at 12:39

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant