Skip to content

Conversation

@raul-casallas
Copy link
Contributor

@raul-casallas raul-casallas commented Jul 1, 2021

Description

With this PR I'm isolating embedded input from file input, so the file handling submit the inputs by using the open and close jobs logic, avoiding server errors to happen.

I also move some methods from ModzyClient to JobClient, so we gain some consistency with other SDK's, also keep the signature so we do not break anything.

Related issues

There is not an issue reported but is a well-known fact that is a problem if you want to submit a big list of local files.

Tests

I add a sample to use this type of input.

Checklist

  • I read the Contributing guide.
  • I update the documentation and if the case the README.md file.
  • I am willing to follow-up on review comments in a timely manner.
@raul-casallas raul-casallas requested a review from cbatis July 2, 2021 11:58
cbatis
cbatis previously approved these changes Jul 2, 2021
}

/**
* Call the Modzy API Service that return the jobs features
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Call Modzy's API Service to return job features

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Done, thanks Caro


/**
* Call the Modzy API Service that return the jobs features
* @return {Object} a updated job instance
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

An updated job instance

@raul-casallas raul-casallas merged commit 803cb9b into main Jul 16, 2021
@raul-casallas raul-casallas deleted the feat/open_jobs branch July 16, 2021 15:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

3 participants