Hi All,

I have this method in my endpoint class:

@ApiMethod(name = "channel.create",  httpMethod = HttpMethod.POST)
public Channel create(User user, App app,  Channel channel, @Named("appId") 
Long appId) 

The first param id for authentication, the second and third are Entity.

When I generate client lib I get this error:

Error: Method com.rave79.endpoint.ChannelEndpoint.create cannot have 
multiple resource parameters

Any Idea?

Thanks

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-appengine+unsubscr...@googlegroups.com.
To post to this group, send email to google-appengine@googlegroups.com.
Visit this group at https://groups.google.com/group/google-appengine.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-appengine/f09b4675-5362-4758-9329-ea2020ecf5e3%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to