Skip to content

Commit

Permalink
Update Readme.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Woeler authored Sep 27, 2024
1 parent fcb9a82 commit 3658554
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Readme.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
# Komoot PHP
NOTICE: Komoot has decided to add an invisible captcha to their login process. This renders this library unusable. I have sent them an email asking if we can get an alternative way to log in, but I have yet to receive a response.

This is a PHP library that can be used to interact with Komoot. It uses the same API the Komoot website uses. It is not officially supported by Komoot to integrate it in third party projects. I just needed a fancy way of interacting with Komoot for a personal project. That is why I created this package.

## Usage
Expand Down Expand Up @@ -43,4 +45,4 @@ You may have a look in the `Komoot` class, various other endpoints are also avai
If you have an endpoint that you wish to call, but it does not have a dedicated method, you can use the `customRequest` method.
```php
$api->customRequest('https://api.komoot.de/v007/some-other-endpoint', [], 'GET');
```
```

0 comments on commit 3658554

Please sign in to comment.