Skip to content

Commit

Permalink
Release updated docs for 8.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
BradHolmes committed Sep 28, 2020
1 parent e7011cd commit 9ca2118
Show file tree
Hide file tree
Showing 16 changed files with 311 additions and 330 deletions.
5 changes: 4 additions & 1 deletion client_docs/python/README.md
Expand Up @@ -101,12 +101,14 @@ Class | Method | HTTP request | Description

- [AssemblyDatasetRequestResolution](docs/AssemblyDatasetRequestResolution.md)
- [AssemblyMetadataRequestAccessions](docs/AssemblyMetadataRequestAccessions.md)
- [Datasetsv1alpha1Error](docs/Datasetsv1alpha1Error.md)
- [DownloadSummaryDehydrated](docs/DownloadSummaryDehydrated.md)
- [DownloadSummaryHydrated](docs/DownloadSummaryHydrated.md)
- [ErrorAssemblyErrorCode](docs/ErrorAssemblyErrorCode.md)
- [ErrorGeneErrorCode](docs/ErrorGeneErrorCode.md)
- [ErrorReplacedId](docs/ErrorReplacedId.md)
- [ErrorVirusErrorCode](docs/ErrorVirusErrorCode.md)
- [GatewayruntimeError](docs/GatewayruntimeError.md)
- [GeneDatasetRequestFasta](docs/GeneDatasetRequestFasta.md)
- [GeneDatasetRequestSort](docs/GeneDatasetRequestSort.md)
- [GeneDatasetRequestSortDirection](docs/GeneDatasetRequestSortDirection.md)
Expand All @@ -115,6 +117,7 @@ Class | Method | HTTP request | Description
- [GeneDescriptorGeneType](docs/GeneDescriptorGeneType.md)
- [GeneDescriptorRnaType](docs/GeneDescriptorRnaType.md)
- [GenomicRegionGenomicRegionType](docs/GenomicRegionGenomicRegionType.md)
- [MicroBiggeDatasetRequestElementFlankConfig](docs/MicroBiggeDatasetRequestElementFlankConfig.md)
- [OrganismCountByType](docs/OrganismCountByType.md)
- [OrganismCountType](docs/OrganismCountType.md)
- [OrganismCounts](docs/OrganismCounts.md)
Expand All @@ -138,7 +141,6 @@ Class | Method | HTTP request | Description
- [V1alpha1AssemblyMetadata](docs/V1alpha1AssemblyMetadata.md)
- [V1alpha1AssemblyMetadataRequestContentType](docs/V1alpha1AssemblyMetadataRequestContentType.md)
- [V1alpha1DownloadSummary](docs/V1alpha1DownloadSummary.md)
- [V1alpha1Error](docs/V1alpha1Error.md)
- [V1alpha1GeneDatasetRequest](docs/V1alpha1GeneDatasetRequest.md)
- [V1alpha1GeneDatasetRequestContentType](docs/V1alpha1GeneDatasetRequestContentType.md)
- [V1alpha1GeneDescriptor](docs/V1alpha1GeneDescriptor.md)
Expand All @@ -148,6 +150,7 @@ Class | Method | HTTP request | Description
- [V1alpha1GenomicRegion](docs/V1alpha1GenomicRegion.md)
- [V1alpha1MaturePeptide](docs/V1alpha1MaturePeptide.md)
- [V1alpha1Message](docs/V1alpha1Message.md)
- [V1alpha1MicroBiggeDatasetRequestFileType](docs/V1alpha1MicroBiggeDatasetRequestFileType.md)
- [V1alpha1NomenclatureAuthority](docs/V1alpha1NomenclatureAuthority.md)
- [V1alpha1Organism](docs/V1alpha1Organism.md)
- [V1alpha1Orientation](docs/V1alpha1Orientation.md)
Expand Down
@@ -1,4 +1,4 @@
# V1alpha1Error
# Datasetsv1alpha1Error

## Properties
Name | Type | Description | Notes
Expand Down
13 changes: 13 additions & 0 deletions client_docs/python/docs/GatewayruntimeError.md
@@ -0,0 +1,13 @@
# GatewayruntimeError

## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**code** | **int** | | [optional]
**details** | [**list[ProtobufAny]**](ProtobufAny.md) | | [optional]
**error** | **str** | | [optional]
**message** | **str** | | [optional]

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


10 changes: 10 additions & 0 deletions client_docs/python/docs/GeneApi.md
Expand Up @@ -217,6 +217,7 @@ No authorization required
| Status code | Description | Response headers |
|-------------|-------------|------------------|
**200** | A successful response. | - |
**0** | An unexpected error response. | - |

[[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)

Expand Down Expand Up @@ -285,6 +286,7 @@ No authorization required
| Status code | Description | Response headers |
|-------------|-------------|------------------|
**200** | A successful response. | - |
**0** | An unexpected error response. | - |

[[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)

Expand Down Expand Up @@ -347,6 +349,7 @@ No authorization required
| Status code | Description | Response headers |
|-------------|-------------|------------------|
**200** | A successful response. | - |
**0** | An unexpected error response. | - |

[[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)

Expand Down Expand Up @@ -417,6 +420,7 @@ No authorization required
| Status code | Description | Response headers |
|-------------|-------------|------------------|
**200** | A successful response. | - |
**0** | An unexpected error response. | - |

[[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)

Expand Down Expand Up @@ -485,6 +489,7 @@ No authorization required
| Status code | Description | Response headers |
|-------------|-------------|------------------|
**200** | A successful response. | - |
**0** | An unexpected error response. | - |

[[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)

Expand Down Expand Up @@ -553,6 +558,7 @@ No authorization required
| Status code | Description | Response headers |
|-------------|-------------|------------------|
**200** | A successful response. | - |
**0** | An unexpected error response. | - |

[[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)

Expand Down Expand Up @@ -615,6 +621,7 @@ No authorization required
| Status code | Description | Response headers |
|-------------|-------------|------------------|
**200** | A successful response. | - |
**0** | An unexpected error response. | - |

[[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)

Expand Down Expand Up @@ -685,6 +692,7 @@ No authorization required
| Status code | Description | Response headers |
|-------------|-------------|------------------|
**200** | A successful response. | - |
**0** | An unexpected error response. | - |

[[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)

Expand Down Expand Up @@ -747,6 +755,7 @@ No authorization required
| Status code | Description | Response headers |
|-------------|-------------|------------------|
**200** | A successful response. | - |
**0** | An unexpected error response. | - |

[[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)

Expand Down Expand Up @@ -807,6 +816,7 @@ No authorization required
| Status code | Description | Response headers |
|-------------|-------------|------------------|
**200** | A successful response. | - |
**0** | An unexpected error response. | - |

[[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)

6 changes: 6 additions & 0 deletions client_docs/python/docs/GenomeApi.md
Expand Up @@ -81,6 +81,7 @@ No authorization required
| Status code | Description | Response headers |
|-------------|-------------|------------------|
**200** | A successful response. | - |
**0** | An unexpected error response. | - |

[[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)

Expand Down Expand Up @@ -151,6 +152,7 @@ No authorization required
| Status code | Description | Response headers |
|-------------|-------------|------------------|
**200** | A successful response. | - |
**0** | An unexpected error response. | - |

[[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)

Expand Down Expand Up @@ -481,6 +483,7 @@ No authorization required
| Status code | Description | Response headers |
|-------------|-------------|------------------|
**200** | A successful response. | - |
**0** | An unexpected error response. | - |

[[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)

Expand Down Expand Up @@ -543,6 +546,7 @@ No authorization required
| Status code | Description | Response headers |
|-------------|-------------|------------------|
**200** | A successful response. | - |
**0** | An unexpected error response. | - |

[[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)

Expand Down Expand Up @@ -605,6 +609,7 @@ No authorization required
| Status code | Description | Response headers |
|-------------|-------------|------------------|
**200** | A successful response. | - |
**0** | An unexpected error response. | - |

[[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)

Expand Down Expand Up @@ -667,6 +672,7 @@ No authorization required
| Status code | Description | Response headers |
|-------------|-------------|------------------|
**200** | A successful response. | - |
**0** | An unexpected error response. | - |

[[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)

@@ -0,0 +1,10 @@
# MicroBiggeDatasetRequestElementFlankConfig

## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**length** | **int** | | [optional]

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


2 changes: 1 addition & 1 deletion client_docs/python/docs/V1alpha1DownloadSummary.md
Expand Up @@ -5,7 +5,7 @@ Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**assembly_count** | **int** | | [optional]
**dehydrated** | [**DownloadSummaryDehydrated**](DownloadSummaryDehydrated.md) | | [optional]
**errors** | [**list[V1alpha1Error]**](V1alpha1Error.md) | | [optional]
**errors** | [**list[Datasetsv1alpha1Error]**](Datasetsv1alpha1Error.md) | | [optional]
**hydrated** | [**DownloadSummaryHydrated**](DownloadSummaryHydrated.md) | | [optional]
**messages** | [**list[V1alpha1Message]**](V1alpha1Message.md) | | [optional]
**record_count** | **int** | The number of records for the requested filter. | [optional]
Expand Down
2 changes: 1 addition & 1 deletion client_docs/python/docs/V1alpha1GeneDescriptors.md
Expand Up @@ -3,7 +3,7 @@
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**errors** | [**list[V1alpha1Error]**](V1alpha1Error.md) | | [optional]
**errors** | [**list[Datasetsv1alpha1Error]**](Datasetsv1alpha1Error.md) | | [optional]
**genes** | [**list[V1alpha1GeneDescriptor]**](V1alpha1GeneDescriptor.md) | | [optional]

[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
Expand Down
2 changes: 1 addition & 1 deletion client_docs/python/docs/V1alpha1Message.md
Expand Up @@ -3,7 +3,7 @@
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**error** | [**V1alpha1Error**](V1alpha1Error.md) | | [optional]
**error** | [**Datasetsv1alpha1Error**](Datasetsv1alpha1Error.md) | | [optional]

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

Expand Down
@@ -0,0 +1,9 @@
# V1alpha1MicroBiggeDatasetRequestFileType

## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------

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


0 comments on commit 9ca2118

Please sign in to comment.