Interested in contributing? Great! We really welcome bug reports and pull requests that expand and improve the functionality of RestRserve
from all contributors.
Please share your feedback in this github ticket
inst/tests/
dev
branchPlease don't put "feature request" items into GitHub Issues. If there's a new feature that you want to see added to RestRserve, you'll need to write the code yourself - or convince someone else to partner with you to write the code (we love feature submissions!). If you enter a wish list item in GitHub Issues with no code, you can expect it to be marked "invalid" as soon as it's reviewed.
Sometimes, the line between 'bug' and 'feature' is a hard one to draw. Generally, a feature is anything that adds new behavior, while a bug is anything that causes incorrect behavior.
If you need some feature but don't have capacity/experience to work on it you can ask fot support at https://rexy.ai/ or hello@rexy.ai.
We use lint in order to have consistent code style.
In a nutshell:
=
for assignment (not <-
); see here, here, here and hereR6
classes we use CamelCase.
inside namesif
and opening bracket, also before opening curly bracket: if (condition) {
L
suffix for integer; i.e. x[1L]
not x[1]
(to save coercion)Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.