Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

6
  • This question is similar to: REST API design: POST (implicit userId) vs PUT (explicit userId). If you believe it’s different, please edit the question, make it clear how it’s different and/or how the answers on that question are not helpful for your problem. Commented Jun 2 at 21:10
  • 3
    this is the second time you've asked basically the same thing "how do i make my users endpoint RESTful?" I feel like we are human chat GPTs for your essay Commented Jun 2 at 21:27
  • 2
    @Ewan were not we always? The goal of StackExchange is to provide searchable answers to a wide range of questions, mostly the same as LLM with similar quality. Commented Jun 2 at 22:17
  • 8
    Also, the site is dying, so if we had no Sergey, we would have to invent one, to spice thing up anyway. Commented Jun 2 at 22:23
  • 3
    At the very least it would probably be something like /api/me or /api/users/me (or self or current or whatever...) rather that /api/users. Commented Jun 3 at 10:56