Skip to content

API Scheme #1

@timkendall

Description

@timkendall

API should follow the following scheme:

HTTP Verb CRUD Path Action Used To
GET Retrieve /users index Display a list of all users, or all users filtered by querystring
GET Retrieve /users/:id show Display a specific user, found by params or querystring
POST Create /users create Create a user
PUT Update /users/:id update Update a specific user
DELETE Destroy /users/:id destroy Delete a specific user

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions