Skip to content

My FE API, built currently with only Radiant Dawn Data

Notifications You must be signed in to change notification settings

shiratap/FE-API

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Fire Emblem Character API

Welcome to shiratap's Fire Emblem Character API. This is a open source project, let me know via email ([email protected]) that you're interested in making this massive project a reality

Endpoints (REST)

Generic

app.get('/api/v1/all');
app.get('/api/v1/Characters');
app.get('/api/v1/Begnion');

Radiant Dawn Game Specific

app.get('/api/v1/StarterCharacters');
app.get('/api/v1/enemies');

Future Updates

  • GraphQL Endpoints
  • All CRUD operations
  • Authorization/Protected Routes
  • AWS/Heroku Deployment

About

My FE API, built currently with only Radiant Dawn Data

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published