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

Add an interface for running FM scripts #20

Closed
pilaf opened this issue Jun 19, 2019 · 1 comment
Closed

Add an interface for running FM scripts #20

pilaf opened this issue Jun 19, 2019 · 1 comment
Labels
enhancement New feature or request
Milestone

Comments

@pilaf
Copy link
Collaborator

pilaf commented Jun 19, 2019

Currently running FM scripts is supported when saving a record (see FmRest::Spyke::Model::Orm#perform_save_persistence), but not for other actions (delete, search and list). We need to add an interface to allow calling scripts in all those cases, as well as a method for executing scripts directly, which can be accomplished by running a list request with limit 1 (see how this nodejs library deals with it for inspiration).

This may need discussion about the final Ruby interface.

@pilaf pilaf added the enhancement New feature or request label Jun 19, 2019
@pilaf pilaf added this to the 0.9 milestone Jun 19, 2019
@pilaf
Copy link
Collaborator Author

pilaf commented Feb 13, 2020

Addressed in #37 and #38

@pilaf pilaf closed this as completed Feb 13, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant