really good progress, need to fix tile upload
This commit is contained in:
parent
573e9ea7bf
commit
9ef43bb9f6
25 changed files with 280 additions and 112 deletions
|
@ -12,6 +12,9 @@ namespace Sledgemapper
|
|||
[Headers("Authorization: Bearer")]
|
||||
public interface IMapApi
|
||||
{
|
||||
[Get("/session/{sessionName}")]
|
||||
Task<Session> Session(string sessionName);
|
||||
|
||||
[Post("/session/{sessionName}")]
|
||||
Task<bool> NewSession(string sessionName);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue