Create an API for integration with Zenith #4
Labels
No labels
Area/Backend
Area/Frontend
Area/Integration
Area/Models
Kind
Bug
Kind
Documentation
Kind
Enhancement
Kind
Feature
Kind
Renovate
Kind
Security
Kind
Testing
Priority
Critical
Priority
High
Priority
Low
Priority
Medium
Reviewed
Confirmed
Reviewed
Duplicate
Reviewed
Invalid
Reviewed
Won't Fix
Status
Abandoned
Status
Blocked
Status
Need More Info
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Depends on
#5 Convert the models we have to use EFCore
Zenith/ZenithInfo
Reference: Zenith/ZenithInfo#4
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
We're still at a very early phase in the project, but we need to start working on a backend API. The only API endpoint we need right now is a
POST
orPUT
endpoint for the game to send data to on server startup. After that, we should make more general APIs, like listing / retrieving Ships, Modules, Spinals, Turrets, etc.Roblox's HTTPService has a pretty restrictive request size limit (somewhere between 650 KiB and 1,024 KiB), so we should accept split data on the
POST
/PUT
endpoint. Not sure yet how we'd implement that, we need to research that. That's a far better solution though than having separate endpoints for each storable.