Skip to content
This repository has been archived by the owner on Aug 4, 2021. It is now read-only.

Create entities #1

Closed
LucienCorreia opened this issue Apr 29, 2021 · 0 comments · Fixed by #2
Closed

Create entities #1

LucienCorreia opened this issue Apr 29, 2021 · 0 comments · Fixed by #2
Assignees
Labels
enhancement New feature or request

Comments

@LucienCorreia
Copy link
Owner

LucienCorreia commented Apr 29, 2021

API doc

Hero:

  • int id
  • String name
  • String slug
  • Powerstats powerstats
  • Apparence apparence
  • Biography biography
  • Work work
  • Connections connections
  • Images images

Powerstats:

  • int intelligence
  • int strength
  • int speed
  • int durability
  • int power
  • int combat

Apparence:

  • String gender
  • String race
  • Height height
  • Weight weight
  • String eyeColor
  • String hairColor

Biography:

  • String fullName
  • String alterEgos
  • List<String> aliases
  • String placeOfBirth
  • String firstAppearance
  • String publisher
  • String alignment

Work:

  • String occupation
  • String base

Connections

  • String groupAffiliation
  • String relatives

Images:

  • String xs
  • String sm
  • String md
  • String lg

Height:

  • String inch
  • String centimeters

Weight:

  • String pound
  • String kilograms
@LucienCorreia LucienCorreia added the enhancement New feature or request label Apr 29, 2021
@LucienCorreia LucienCorreia self-assigned this Apr 29, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant