Hacker News new | ask | show | jobs
by seliopou 4693 days ago
Yeah, if that's where your URL ended. But what if your URLs kept going? Say you had

    /user/123/followers
or

    /user/123/followers/followers
or

    /user/123/followers/followers/following
? When your URLs have a non-obvious terminus (as is typical of proper REST APIs) it becomes clear that the verb does not belong in the URL path.
1 comments

So you're saying that we should have a verb instead?

FOLLOWERS_FOLLOWERS_FOLLOWING /user/123

No, the verb is FOLLOW, as in the example you were responding to:

    FOLLOW /user/123/followers/followers/following