rest - What saying good practice about GET resource -
i wonder saying practices create rest api. should or not create uri allow e.g. several specific users?
for example mean:
/usermanagement/users/{j_goldman,wafik,morder}
and uri returns 3 objects users j_goldman, wafik , morder.
you can won't restful imho. if need should think remodeling resource selections say, 3 users want belong particular group id 111. can /groups/111 get. if cannot guess should stick restful solution , use 3 api calls users separately.
Comments
Post a Comment