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

Add HTTP/REST service endpoints #21

Closed
6 of 7 tasks
pcgeek86 opened this issue Sep 1, 2016 · 3 comments
Closed
6 of 7 tasks

Add HTTP/REST service endpoints #21

pcgeek86 opened this issue Sep 1, 2016 · 3 comments

Comments

@pcgeek86
Copy link
Contributor

pcgeek86 commented Sep 1, 2016

Prerequisite to #7

We need to add a few web service endpoints, so we can build a client automation tool.

  • Add (POST) Dealership(s)
  • Add (POST) vehicles to Dealership(s)
  • Remove vehicles from Dealership(s)
  • Get (GET) All Dealerships
  • Get (GET) All Vehicles
  • Get (GET) A Vehicle
  • Get (GET) A Dealership
@wallnerryan wallnerryan changed the title Add web service endpoints Add HTTP/REST service endpoints Sep 1, 2016
@wallnerryan
Copy link
Contributor

wallnerryan commented Sep 7, 2016

See #34. This adds: (MERGED)

  • GET ALL Vehicles
  • GET ALL Dealerships

@wallnerryan
Copy link
Contributor

ping @pcgeek86 how is this coming along?

@pcgeek86
Copy link
Contributor Author

@wallnerryan Checked off one API (POST /dealerships) that was implemented during the refactor in #65. Need to run tests on it still, and add more API endpoints + the CLI.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants