mirror of
https://github.com/Unkn0wnCat/calapi.git
synced 2025-06-20 00:21:37 +02:00
Add authentication and metrics
This commit is contained in:
parent
7667ea7b90
commit
6abea91d7c
16 changed files with 894 additions and 31 deletions
|
@ -29,6 +29,11 @@ type Location struct {
|
|||
Address *string `json:"address"`
|
||||
}
|
||||
|
||||
type Login struct {
|
||||
Username string `json:"username"`
|
||||
Password string `json:"password"`
|
||||
}
|
||||
|
||||
type NewCalendar struct {
|
||||
Name string `json:"name"`
|
||||
Description string `json:"description"`
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue