-
Notifications
You must be signed in to change notification settings - Fork 7
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
Way to ping server #135
Comments
The "https://..../hapi" response should return a human-readable web page, and this is how I'll check to see if a server is really up. (Also https://.../hapi/capabilities should be a short response, and can advertise the compressed output extension.) |
The spec says the root endpoint (/hapi) is optional... perhaps we should make it required? |
Interesting, I thought it was required and I liked that it is. I'd vote for it. 1) it's useful for introducing the human to the server, and 2) it's fun to see how people set it up. |
The An additional endpoint, like a A more purposeful page that does something active but quick would be better.
But Travis' test mechanism also does this, as do other ones, and any test should really be initiated outside the server. So this needs more thought. |
Sandy: what about having the
|
In the about request:
This should be a request which can be downloaded quickly. |
Other rejected options
In the
Pros/cons: |
Go with json parameters (no relative URL). Change 'queryParameters' to just 'query'. |
Server should return more than zero records as a result of this query. "dataTest": {
"name": "MY_TEST_NAME",
"query": {
"dataset": DATASET,
"start": "2023-01-01T12:00:00",
"stop": "2023-01-02T12:00:00",
"parameters": "a,b,c"
}
} |
hapi-server/client-python#45
The text was updated successfully, but these errors were encountered: