New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details
Socket
Book a DemoSign in
Socket

test-auction-api

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

test-auction-api

A simple backend for the Test Auction API example application.

latest
npmnpm
Version
1.0.3
Version published
Weekly downloads
9
Maintainers
1
Weekly downloads
 
Created
Source

test-auction-api

The auction-test-api is a demo api to list, get, create, update and delete auctions. It comes with its own documentation.

Installation & Usage

  • Run npm install -g test-auction-api.
  • Start the api server with test-auction-api.
  • Open the documentation on http://localhost:4730/

Supported actions

GET     /auctions        // Get all auctions
GET     /auctions/:id    // Get a specific auction by id
POST    /auctions        // Create a new auction
PUT     /auctions/:id    // Update a auction by id
DELETE  /auctions/:id    // Delete a auction by id

FAQs

Package last updated on 02 Apr 2017

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts