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 a vehicle endpoint #151

Closed
kk5190 opened this issue Oct 4, 2022 · 4 comments
Closed

Add a vehicle endpoint #151

kk5190 opened this issue Oct 4, 2022 · 4 comments
Assignees

Comments

@kk5190
Copy link
Contributor

kk5190 commented Oct 4, 2022

Is your feature request related to a problem? Please describe.
A vehicle endpoint that returns a list of vehicle-related entries.

Describe the solution you'd like
Create an enpoint /vehicles which generates vehicle related entries.

@ageddesi
Copy link
Owner

ageddesi commented Oct 4, 2022

This sounds like a great endpoint to add. Do you have an idea of the data that needs returning?

@kk5190
Copy link
Contributor Author

kk5190 commented Oct 4, 2022

@ageddesi yes, below is the example

[
  {
  "name": "Polestar Silverado",
  "type": "Sedan",
  "color": "pink",
  "fuel": "Diesel",
  "manufacturer": "Porsche",
  "model": "Sentra",
  "vin": "T7N5MKPL4KL074687",
  "vrm": "HY52NCG"
  },
  {
  "name": "Fiat CTS",
  "type": "Passenger Van",
  "color": "lavender",
  "fuel": "Hybrid",
  "manufacturer": "Ford",
  "model": "Altima",
  "vin": "VRVA4N9UXFA425496",
  "vrm": "ZK76GUX"
  }
]

@hritikkhurana10sm
Copy link

Can you please assign this issue to me

@ageddesi
Copy link
Owner

ageddesi commented Oct 5, 2022

Hi @hritikkhurana10sm this has been added but if you can think of any ways you would like to extend the API please do let us know.

@ageddesi ageddesi closed this as completed Oct 5, 2022
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

3 participants