StefanSchade / TaleForge

Text Adventure Logic Engine - A plattform to create immersive games without coding
0 stars 0 forks source link

API Design #36

Open StefanSchade opened 2 months ago

StefanSchade commented 2 months ago

RESTful Consistency:

Ensure that the API endpoints adhere to RESTful principles more closely. This includes proper resource naming, correct use of HTTP verbs, etc.

API Versioning:

consider introducing versioning to API paths early on (/api/v1/...)