ljvmiranda921 / sprites-as-a-service

Generate your personal 8-bit avatars using Cellular Automata, a mathematical model that simulates life, survival, and extinction
https://ljvmiranda921.github.io/sprites-as-a-service
MIT License
303 stars 19 forks source link

Reroute /sprite into /api/v1/sprite #32

Closed ljvmiranda921 closed 4 years ago

ljvmiranda921 commented 4 years ago

Resolves #27 Reference #6

It's good to standardize the route under /api, then we just add versions as we go. I won't be closing #6 because the main goal there is to create a better "templating" system for the backend.

Signed-off-by: Lester James V. Miranda ljvmiranda@gmail.com

codecov[bot] commented 4 years ago

Codecov Report

Merging #32 into master will not change coverage. The diff coverage is 100.00%.

Impacted file tree graph

@@           Coverage Diff           @@
##           master      #32   +/-   ##
=======================================
  Coverage   95.03%   95.03%           
=======================================
  Files           3        3           
  Lines         141      141           
=======================================
  Hits          134      134           
  Misses          7        7           
Flag Coverage Δ
#backend 95.03% <100.00%> (ø)
Impacted Files Coverage Δ
backend/sprites/main.py 89.65% <100.00%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 5a98f11...f1a22bb. Read the comment docs.