A Deno-powered backend service for Plants vs. Zombies: MODDED. [Read-only GitHub mirror] docs.pvzm.net
express typescript expressjs plant deno jspvz pvzm game online backend plants-vs-zombies zombie javascript plants modded vs plantsvszombies openapi pvz noads
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

organize openapi spec (#11)

authored by

Clay and committed by
GitHub
5374024b 20a4c22e

+10 -2
+10 -2
openapi.yaml
··· 13 13 tags: 14 14 - name: Health 15 15 description: Health check endpoints 16 + x-page-icon: heart-pulse 16 17 - name: Config 17 18 description: Server configuration 18 - - name: Levels 19 - description: Public level operations 19 + x-page-icon: gear 20 20 - name: Auth 21 21 description: GitHub OAuth authentication 22 + x-page-icon: lock 22 23 - name: Admin 23 24 description: Admin level management 25 + x-page-icon: shield 26 + - name: I, Zombie 27 + x-page-icon: skull 28 + - name: Levels 29 + description: Public level operations 30 + x-parent: I, Zombie 31 + x-page-icon: layer-group 24 32 25 33 paths: 26 34 /api/health: