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", ]