Skip to content

Commit 0796039

Browse files
committed
remove /v1/adventures/anon/{adventureId}
1 parent 22f3f4b commit 0796039

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

src/GeocachingSdk.php

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -70,15 +70,6 @@ public function getAdventure(string $adventureId, array $headers = []): Response
7070
return $this->httpClient->get('/adventures/' . $adventureId, $headers);
7171
}
7272

73-
/**
74-
* Get adventure start location (anonymous endpoint).
75-
* GET /v1/adventures/anon/{adventureId}
76-
*/
77-
public function getStartLocationAdventure(string $adventureId, array $headers = []): ResponseInterface
78-
{
79-
return $this->httpClient->get('/adventures/anon/' . $adventureId, $headers);
80-
}
81-
8273
/**
8374
* Search adventures.
8475
* GET /v1/adventures/search

0 commit comments

Comments
 (0)