Announcements
This site is in read only until July 22 as we migrate to a new platform; refer to this community post for more details.
Get hands-on experience with 20+ free Google Cloud products and $300 in free credit for new customers.

Base path conflicts with RESTful APIs

Not applicable

This is a pretty simple question.

Common with RESTful

List all accounts

.... /accounts

Create individual account

..../accounts

These are unique because List uses the GET verb while Create uses POST.

Similar,

Show individual account detail

..../accounts/{id}

I'm getting conflicts when defining any two of these.

0 7 1,358
7 REPLIES 7