Quantcast
Viewing all articles
Browse latest Browse all 12366

SYSK 396: FxCop Rules for RESTful API

There are a few well known basic naming rules providing a consistent, understandable REST API services, e.g. The scheme and host name are not case sensitive; however, the path and query should be treated as case sensitive. Lowercase letters are preferred in URI paths. Do use hyphens (-) between words to improve readability of URI Do not use underscore (_) in URIs as this character is often virtually indistinguishable when the content is underlined. However, quite a few WebAPIs...(read more)Image may be NSFW.
Clik here to view.

Viewing all articles
Browse latest Browse all 12366

Trending Articles