Skip to content

API Routes

John Sims edited this page Jun 18, 2021 · 5 revisions

API-Routes

This web app uses the following API routes to dynamically update the page to create a single-page-app-like feel for the user for specific features.

Planet

  • A logged in user may buy/sell a currently selected asset

    • GET api/planets
    • GET api/planets/:id
    • POST api/assets
    • PUT api/assets
    • POST api/transactions
    • PUT api/users/:id
    • DELETE

Clone this wiki locally