-
Notifications
You must be signed in to change notification settings - Fork 0
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
add handle function #63
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There might be a couple things that can be removed as we won't do specimen. Also most examples/mock data is aimed at specimen
getFutureResponse(response); | ||
} | ||
|
||
public void rollbackFromPhysId(List<String> physIds) { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There is stuff in here we don't need right?
"primarySpecimenObjectId": "https://geocollections.info/specimen/23602", | ||
"normalisedPrimarySpecimenObjectId":"https://geocollections.info/specimen/23602", | ||
"primarySpecimenObjectIdType": "Global", | ||
"specimenHost": "https://ror.org/0443cwa12", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Doesn't look like appropriate FDO requests.
@@ -58,6 +58,10 @@ | |||
<artifactId>snappy-java</artifactId> | |||
<version>${snappy-java.version}</version> | |||
</dependency> | |||
<dependency> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ok yes I guess for the API call to the annotation processing service we use a different client (openfeign I believe). But that will be removed at some point and then this will be the only client.
Kudos, SonarCloud Quality Gate passed! |
Adds handle classes