mirror of
https://github.com/Voronsky/pterogo.git
synced 2025-12-14 17:36:34 -05:00
Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 505a92d5eb |
@@ -20,8 +20,8 @@ var (
|
||||
// PteroRequestHeaders keeps track of the auth token and base url for all requests
|
||||
// Its methods allow to make a request using the auth token and base url
|
||||
type PteroRequestHeaders struct {
|
||||
auth_token string
|
||||
url string
|
||||
Auth_token string
|
||||
Url string
|
||||
}
|
||||
|
||||
// A PterodactylClient implements methods for all client API routes
|
||||
|
||||
Reference in New Issue
Block a user