Trails-Through-Shadows / TTS-API

A communication interface between database and applications, including validation and game logic.
https://api.tts-game.fun/swagger-ui/index.html
0 stars 0 forks source link

[FEATURE] Images in API #29

Closed Firestone82 closed 4 months ago

Firestone82 commented 5 months ago

Requesting API endpoint that will have stored images. When getting enemy, there should be field with url for its image.

GET /enemies/1

{
  id: 1,
  url: "/images/enemies/1",
  ...
}

or something like that or it can be /enemies/1/image

rcMarty commented 5 months ago

According to our docs:

Tag

Firestone82 commented 4 months ago

done