-
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
Updates to support Airborne, Facility, Telescope #36
Conversation
conn.setReadTimeout(5000); | ||
|
||
int responseCode = conn.getResponseCode(); | ||
if (responseCode == 200) { |
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.
We all recognize 200
by now; but if you wanted to avoid numeric codes, I think HttpUrlConnection.HTTP_OK
is available 😇
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.
Approved but:
To test, you, unfortunately, need to deploy a registry and load data
So this is based on code inspection only—take with a grain of salt!
Fixed build. Merging. |
🗒️ Summary
Updates to support Airborne, Facility, Telescope
⚙️ Test Data and/or Report
To test, you, unfortunately, need to deploy a registry and load data
♻️ Related Issues
Resolves #35