Skip to content

keithvannorstrand/shadowrun-hottowel

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
src
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

#Shadowrun API

###WARNING: THIS API IS IN VERY EARLY ALPHA

Endpoints

All routes begin with /api/alpha

GET Characters

  • /characters => all characters

GET Items

  • /items => all items

    GET 'Ware
    • /items/ware => all cyberware and bioware

      GET Cyberware
      • /items/cyberware => all cyberware
      • /items/cyberware/name/:name => named cyberware
      • /items/cyberware/type/:type => all cyberware of the given type
      GET Bioware
      • /items/bioware => all bioware
      • /items/bioware/name/:name => named cyberware
      • /items/bioware/type/:type => all bioware of the given type
    GET Weapons
    • /items/weapons => all weapons
    • /items/weapons/name/:name => named weapon
    • /items/ware/type/:type => all weapons of the given type

GET Skills

  • /skills => all skills
  • /skills/name/:name => named skill
  • /skills/type/:type => all skills of the given type

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published