IT:AD:REST:HowTo:Design the URLs
Summary
Process
Beyond the obvious of
- Short as possible
- Readable (Guids are not)
- Using Resources (Nouns), not Verbs
- Human Predicatable/Guessable
Less obvious is:
- Hackable “up the tree” (
http//.../v1.0/Students/Graduated/should be hackable tohttp//.../v1.0/Students/) - Avoid Query Args