Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[FEATURE REQUEST] Read API for Custom App data #678

Open
qbiecom opened this issue Jan 14, 2025 · 0 comments
Open

[FEATURE REQUEST] Read API for Custom App data #678

qbiecom opened this issue Jan 14, 2025 · 0 comments
Labels
feature request New feature or request

Comments

@qbiecom
Copy link

qbiecom commented Jan 14, 2025

Feature Request

Is your feature request related to a problem?

I have setup some custom apps (sending data using n8n) to display followers on social media. When updating this, I store the current follower count and then on the next retrieval of the data from the relevant API I compare the previously set value to the new one, so I can display an up or down arrow next to the number to see how it's changed. The flow is therefore one continuous loop so I can keep the previous count, and compare it to the current one.

Describe the solution / feature you'd like

A read API for custom apps, so you can retrieve data you've previously set. This would mean that I wouldn't have to store this data within the flow, and could just check to see if it exists on the device to do the comparison. Then the flow can be simplified greatly, and I'm sure other people could have more use cases I've not thought of!

@qbiecom qbiecom added the feature request New feature or request label Jan 14, 2025
@qbiecom qbiecom changed the title [FEATURE REQUEST] [FEATURE REQUEST] Read API for Custom App data Jan 14, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature request New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant