From 649c280da6f7b04649b9805b28dd250b3cc6855c Mon Sep 17 00:00:00 2001 From: Vince Foley Date: Tue, 15 Apr 2025 14:45:53 -0700 Subject: [PATCH] Add docs link --- README.md | 6 ++++++ felt_python/__init__.py | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 1313bfd..1b6a7fd 100644 --- a/README.md +++ b/README.md @@ -122,5 +122,11 @@ update_layer_style( ## Notebooks Check out our [Juypter notebooks](https://github.com/felt/felt-python/tree/main/notebooks) for a complete set of examples. +## Documentation + +Visit the [API Reference](https://developers.felt.com/rest-api/api-reference) section +of our [Developer docs](https://developers.felt.com/) for complete documentation of all +endpoints in the REST API. + ## Support We are always eager to hear from you. Reach out to support@felt.com for all your Felt support needs. diff --git a/felt_python/__init__.py b/felt_python/__init__.py index de5081f..916e9a4 100644 --- a/felt_python/__init__.py +++ b/felt_python/__init__.py @@ -116,7 +116,6 @@ # Elements "list_elements", "list_element_groups", - "list_elements_in_group", "upsert_elements", "delete_element", "upsert_element_groups", @@ -148,4 +147,5 @@ "post_element_group", "get_map_details", "get_layer_details", + "list_elements_in_group", ]