|
69168acd22
|
Fixed loop.
Server class can't have an API class property, or a loop will prevent building.
|
2023-10-01 13:12:27 -04:00 |
|
|
0740c6daca
|
Try method for public server.
Added TryGetPublicServer to API handler.
|
2023-10-01 12:28:10 -04:00 |
|
|
9f641e7429
|
Public Servers.
Added a bunch of API calls to use in public servers.
|
2023-08-21 10:58:17 -04:00 |
|
|
ea39d93cf5
|
Friends.
Friends have been copied to the main server.
|
2023-07-10 14:19:03 -04:00 |
|
|
c3bb39b21b
|
Better Storage.
The example library now has better storage for local information and cache.
|
2023-07-10 07:35:05 -04:00 |
|
|
d8fbf281d0
|
Server Separation.
I moved the two server types to their own classes to prevent API calls to a server, not of that type.
|
2023-07-08 09:06:13 -04:00 |
|