Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement MVP Model Endpoints #3

Open
7 of 48 tasks
PorterK opened this issue Apr 28, 2019 · 0 comments
Open
7 of 48 tasks

Implement MVP Model Endpoints #3

PorterK opened this issue Apr 28, 2019 · 0 comments
Assignees
Labels
core feature Features core to the API enhancement New feature or request high priority
Milestone

Comments

@PorterK
Copy link
Contributor

PorterK commented Apr 28, 2019

Endpoints for the following models:

  • User
    • GET
    • GET by ID
    • PUT/PATCH
    • POST
    • DEL
  • UserAccount
    • GET
    • GET by ID
    • PUT/PATCH
    • POST
    • DEL
  • Account
    • GET
    • GET by ID
    • PUT/PATCH
    • POST
    • DEL
  • Tank
    • GET
    • GET by ID
    • PUT/PATCH
    • POST
    • DEL
  • Parameter
    • GET
    • GET by ID
    • PUT/PATCH
    • POST
    • DEL
  • ParameterValue
    • GET
    • GET by ID
    • PUT/PATCH
    • POST
    • DEL
  • SumpThingBox
    • GET
    • GET by ID
    • PUT/PATCH
    • POST
    • DEL
  • Registration
    • GET
    • GET by ID
    • PUT/PATCH
    • POST
    • DEL
@PorterK PorterK added the enhancement New feature or request label Apr 28, 2019
@PorterK PorterK added this to the MVP milestone Apr 28, 2019
@PorterK PorterK added the core feature Features core to the API label May 3, 2019
@PorterK PorterK self-assigned this May 3, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
core feature Features core to the API enhancement New feature or request high priority
Projects
None yet
Development

No branches or pull requests

1 participant