Skip to content

Commit

Permalink
Update docs, remove unused imports
Browse files Browse the repository at this point in the history
  • Loading branch information
aaronsegura committed Aug 27, 2022
1 parent 176be48 commit 77651f1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
4 changes: 2 additions & 2 deletions nextcloud_async/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,11 @@
https://github.com/nextcloud/activity/blob/master/docs/endpoint-v2.md
https://nextcloud-talk.readthedocs.io/en/latest/
https://docs.nextcloud.com/server/latest/developer_manual/client_apis/RemoteWipe/index.html
https://github.com/nextcloud/maps/blob/master/openapi.yml
# TODO:
https://docs.nextcloud.com/server/latest/developer_manual/client_apis/OCS/ocs-sharee-api.html
https://nextcloud-talk.readthedocs.io/en/latest/reaction/
https://github.com/nextcloud/maps/blob/master/openapi.yml
https://docs.nextcloud.com/server/latest/developer_manual/client_apis/OCS/ocs-user-preferences-api.html
https://github.com/nextcloud/cookbook/blob/0360f7184b0dee58a6dc1ec6068d40685756d1e0/docs/dev/api/0.0.4/openapi-cookbook.yaml
https://git.mdns.eu/nextcloud/passwords/-/wikis/Developers/Index
Expand Down Expand Up @@ -78,11 +78,11 @@ class NextCloudAsync(
Notifications API
Login Flow v2 API
Remote Wipe API
Maps API
To do:
Sharee API
Reaction API
Maps API
User Preferences API
Federated Shares API
Cookbook API
Expand Down
3 changes: 2 additions & 1 deletion tests/test_maps.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

from .base import BaseTestCase
from .helpers import AsyncMock
from .constants import USER, ENDPOINT, PASSWORD, EMPTY_200
from .constants import USER, ENDPOINT, PASSWORD

import asyncio
import httpx
Expand All @@ -15,6 +15,7 @@
NAME = "Blueberry Hill Campground"
COMMENT = "ALL THE BLUEBERRIES"


class MapsAPI(BaseTestCase): # noqa: D101

def test_get_favorites(self): # noqa: D102
Expand Down

0 comments on commit 77651f1

Please sign in to comment.