Skip to content
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

SDK(MD): Implement POST Job #4

Open
nicored opened this issue Mar 31, 2019 · 0 comments
Open

SDK(MD): Implement POST Job #4

nicored opened this issue Mar 31, 2019 · 0 comments
Assignees
Labels

Comments

@nicored
Copy link
Owner

nicored commented Mar 31, 2019

/POST job
job-POST Doc

You can use this endpoint to do the following:

  • Translate a design from one format to another format.
  • Extract selected parts of a design and export the set of geometries in OBJ format.
  • Generate different-sized thumbnails.

Those will need to be separate functions in the SDK for easier use.

Derivatives are stored in a manifest that is updated each time this endpoint is used on a source file.

Note that this endpoint is asynchronous and initiates a process that runs in the background. You need not keep the HTTP connection open until completion. Use the GET :urn/manifest endpoint to check for the job’s completion status.

The GET :urn/manifest will be implemented as part of issue #3

@nicored nicored self-assigned this Mar 31, 2019
@nicored nicored added the enhancement New feature or request label Mar 31, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant