Account (Endpoint) #4

Open
opened 2024-06-02 13:30:30 +00:00 by perp · 0 comments
Owner

Base: /account

  • GET - /
{
	"id": 0,
	"username": "name",
	"creation": "date"
    // Add stores
    // Add permissions
}
  • POST - /login & /register
{
	"username": "username",
	"password": "password"
}
  • PUT
  • DELETE
## Base: `/account` - [x] GET - `/` ```json { "id": 0, "username": "name", "creation": "date" // Add stores // Add permissions } ``` - [x] POST - `/login` & `/register` ```json { "username": "username", "password": "password" } ``` - [ ] PUT - [x] DELETE
perp added the
Kind/Feature
label 2024-06-02 13:30:30 +00:00
perp added this to the Release 1 project 2024-06-02 13:30:30 +00:00
Sign in to join this conversation.
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: perp/gopay#4
No description provided.