careerbuilder / ruby-cb-api

Ruby wrapper around the CareerBuilder.com APIs
Apache License 2.0
14 stars 17 forks source link

Add migration id to list model #227

Closed chrisyoumans closed 8 years ago

chrisyoumans commented 8 years ago

To use the new Resume API in c-m, we need the current get list API to return the migration ID of the requested resume so that GRRP can use the correct ID when calling retrieve since, initially, it will not use the new get list API. The change to send the migration ID back has been made on the matrix and is flag wrapped

If the migration ID exists, it means the resume has been migrated to the new service and that ID should be used when requesting the resume from the new service.

If no migration ID is present, the external id should be used. That will trigger the new service to pull the resume over from the matrix.

ghost commented 8 years ago

Needs a version bump update

chrisyoumans commented 8 years ago

@usbsnowcrash version bumped.