An open API service indexing awesome lists of open source software.

https://github.com/andriishulha93/skinport_api_testing


https://github.com/andriishulha93/skinport_api_testing

data-visualization express grapql mongodb node reactjs typescrit

Last synced: 28 days ago
JSON representation

Awesome Lists containing this project

README

        

to start
npm install
npm run build
npm start

Postman

1.Endpoint
method: Get, url: http://localhost:3000/api/items
Params: {app_id: '730', currency: 'EUR', tradable: true } //option

2.Endpoint
method: Post, url:http://localhost:3000/api/purchase
Body {x-www-form-urlencoded}: {
username: 'user1', itemPrice: xx
}