-
Notifications
You must be signed in to change notification settings - Fork 5
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
REST API returned answers documentation #8
Comments
Thank you for this grammar, will have a look and integrate into our documentation if possible. |
I would also like to contribute on API documentation :) |
Hi there, I'm new to GitHub. While I've done aspects of technical writing in previous job roles, I'm now looking to get into technical writing professionally, which is why I'm trying to find open source RESTful API projects to help contribute documentation towards. I was wondering if you might have any issues that you may still need some help with? |
Well, every hand is welcome on this project, so if you'd like to contribute in any way, you are more than welcome to do so! Especially for API documentation. Tell me how I can help you. |
Hi there, I would like to contribute to documentation as well. I have previous experience as technical writer but took a break for personal reasons. Please let me know how to go about being part of documentation. |
The returned answers of the REST API is not documented. I start a first grammar document (not perfect, unsorted and incomplete) of the expected answers.
WavesRestApiGrammar.txt
WAVES REST API returns
jobs
list
list all jobs of the user
read
details of a specific job
delete
delete a job from job list
cancel
cancel a none finished job
inputs
List all inputs values of a job
input
content of an input file
outputs
List all output values of a job
output
content of an ouput file
services
submissions
jobs
read
list all jobs of a user for a submission
create
create a new jobs
submission_form
The HTML form of the submission
list
List all available services
read
A single service informations
form
The HTML form of the first submission of the service.
jobs
list of the job of the user for this service
submission
detail of a submission
submissions_list
list of detailed Submission of a services
The text was updated successfully, but these errors were encountered: