项目作者: jmbl1685

项目描述 :
Simple rest api using Deno + oak
高级语言: TypeScript
项目地址: git://github.com/jmbl1685/deno-oak-apirest.git
创建时间: 2020-05-24T20:48:09Z
项目社区:https://github.com/jmbl1685/deno-oak-apirest

开源协议:

下载


Deno Api Rest (oak)

Simple rest api using Deno + oak

https://deno-oak-apirest.herokuapp.com/v1/players

Methods

  • POST /v1/players
  • GET /v1/players
  • GET /v1/players/:playerId
  • PUT /v1/players/:playerId
  • DELETE /v1/players/:playerId

NOTE: For testing purposes the data storage is in memory, can add the database of your choice.

Getting Started

Support