HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.
[Vanilla API] Reporting a non-existing method
Hello,
Using 2.0.17.8 here, could be fixed in latest release.
I've been trying to integrate an external API to Vanilla and trying to call a "Register" function to the UserModel. My Error message was replying that xRegister function was not found (with the x prefix before). Spent 1.5h grepping through the code for xRegister but no luck until I debugged and saw that it was actually non-existing Register method.
Just a feedback - don't report a 'x' methods cause it is hard to find later.
Thanks
Mario
Using 2.0.17.8 here, could be fixed in latest release.
I've been trying to integrate an external API to Vanilla and trying to call a "Register" function to the UserModel. My Error message was replying that xRegister function was not found (with the x prefix before). Spent 1.5h grepping through the code for xRegister but no luck until I debugged and saw that it was actually non-existing Register method.
Just a feedback - don't report a 'x' methods cause it is hard to find later.
Thanks
Mario
0
Answers
There was an error rendering this rich post.
It is probably subjective, but i think that you could add extra technical description for this one.
My 2 cents so far,
Mario