Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
2 changes: 1 addition & 1 deletion felt_python/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,6 @@
# Elements
"list_elements",
"list_element_groups",
"list_elements_in_group",
"upsert_elements",
"delete_element",
"upsert_element_groups",
Expand Down Expand Up @@ -148,4 +147,5 @@
"post_element_group",
"get_map_details",
"get_layer_details",
"list_elements_in_group",
]