tapis-authenticator 0.3.1

REST API and web server providing authentication for a Tapis v3 instance.
Documentation
# \HealthCheckApi

All URIs are relative to *http://localhost:5000*

Method | HTTP request | Description
------------- | ------------- | -------------
[**hello**]HealthCheckApi.md#hello | **GET** /v3/oauth2/hello | 
[**ready**]HealthCheckApi.md#ready | **GET** /v3/oauth2/ready | 



## hello

> models::BasicResponse hello()


Logged connectivity test. No authorization required.

### Parameters

This endpoint does not need any parameter.

### Return type

[**models::BasicResponse**](BasicResponse.md)

### Authorization

No authorization required

### HTTP request headers

- **Content-Type**: Not defined
- **Accept**: application/json

[[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)


## ready

> models::BasicResponse ready()


Logged connectivity test. No authorization required.

### Parameters

This endpoint does not need any parameter.

### Return type

[**models::BasicResponse**](BasicResponse.md)

### Authorization

No authorization required

### HTTP request headers

- **Content-Type**: Not defined
- **Accept**: application/json

[[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)