-
-
Notifications
You must be signed in to change notification settings - Fork 42
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
[Suggestion] The /update
API should ideally respond after the icon has been updated.
#26
Comments
You can add a custom end point for that. Current behavior is intentional because:
|
To change behavior or to add a custom end point, see Function Make sure there are no concurrent |
Ok, thanks! If I just want to update my custom icons which are in the icons folder. Is there a way to do this? without updating the new version of iconify-sets in GitHub. |
This should be doable, but requires some refactoring. I'll get back to you on this and bug report a bit later this week. |
Wow, thanks a lot!!! 😆 |
Added code for that. Each importer has unique index, same as order of importers in To trigger update only for that importer, replace |
Hi, I want the response after
Update complete
, can you make this happen? thanks.Or we can control this behavior by a parameter of the
/update
API.The text was updated successfully, but these errors were encountered: