We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Depends on https://github.com/geni/geni/issues/463 -- @ss can provide the API format once it's done.
The text was updated successfully, but these errors were encountered:
/assign @Raynes
Sorry, something went wrong.
https://github.com/geni/geni/issues/463 is done. The API already supported it. I just added tests to make sure.
date hashes are now like this:
{ 'year' => nnnn, 'month' => nn, 'day' => nn, 'range' => 'before|after|between', 'end_year' => nnnn, 'end_month' => nn, 'end_day' => nn }
end_year|month|day are only needed if range is 'between'
No branches or pull requests
Depends on https://github.com/geni/geni/issues/463 -- @ss can provide the API format once it's done.
The text was updated successfully, but these errors were encountered: