Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
openapi-generator
  • Loading branch information
NamSor SAS committed Jan 14, 2019
1 parent d9e24ee commit 14cde93
Show file tree
Hide file tree
Showing 204 changed files with 26,937 additions and 2 deletions.
3 changes: 3 additions & 0 deletions .gitattributes.txt
@@ -0,0 +1,3 @@
* linguist-vendored
*.js linguist-vendored=false
*.html linguist-vendored=false
213 changes: 211 additions & 2 deletions README.md

Large diffs are not rendered by default.

19 changes: 19 additions & 0 deletions docs/APIBillingPeriodUsageOut.md
@@ -0,0 +1,19 @@
# APIBillingPeriodUsageOut

## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**api_key** | **str** | | [optional]
**subscription_started** | **int** | | [optional]
**period_started** | **int** | | [optional]
**period_ended** | **int** | | [optional]
**stripe_current_period_end** | **int** | | [optional]
**stripe_current_period_start** | **int** | | [optional]
**billing_status** | **str** | | [optional]
**usage** | **int** | | [optional]
**soft_limit** | **int** | | [optional]
**hard_limit** | **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)


16 changes: 16 additions & 0 deletions docs/APICounterV2Out.md
@@ -0,0 +1,16 @@
# APICounterV2Out

## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**api_key** | [**APIKeyOut**](APIKeyOut.md) | | [optional]
**api_service** | **str** | | [optional]
**created_date_time** | **int** | | [optional]
**total_usage** | **int** | | [optional]
**last_flushed_date_time** | **int** | | [optional]
**last_used_date_time** | **int** | | [optional]
**service_features_usage** | **dict(str, 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)


17 changes: 17 additions & 0 deletions docs/APIKeyOut.md
@@ -0,0 +1,17 @@
# APIKeyOut

## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**api_key** | **str** | | [optional]
**user_id** | **str** | | [optional]
**admin** | **bool** | | [optional]
**vetted** | **bool** | | [optional]
**partner** | **bool** | | [optional]
**striped** | **bool** | | [optional]
**corporate** | **bool** | | [optional]
**disabled** | **bool** | | [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)


15 changes: 15 additions & 0 deletions docs/APIPeriodUsageOut.md
@@ -0,0 +1,15 @@
# APIPeriodUsageOut

## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**subscription** | [**APIPlanSubscriptionOut**](APIPlanSubscriptionOut.md) | | [optional]
**billing_period** | [**APIBillingPeriodUsageOut**](APIBillingPeriodUsageOut.md) | | [optional]
**overage_excl_tax** | **float** | | [optional]
**overage_incl_tax** | **float** | | [optional]
**overage_currency** | **str** | | [optional]
**overage_quantity** | **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)


13 changes: 13 additions & 0 deletions docs/APIPlanOut.md
@@ -0,0 +1,13 @@
# APIPlanOut

## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**plan_name** | **str** | | [optional]
**plan_quota** | **int** | | [optional]
**price** | **float** | | [optional]
**price_overage** | **float** | | [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)


28 changes: 28 additions & 0 deletions docs/APIPlanSubscriptionOut.md
@@ -0,0 +1,28 @@
# APIPlanSubscriptionOut

## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**api_key** | **str** | | [optional]
**plan_started** | **int** | | [optional]
**prior_plan_started** | **int** | | [optional]
**plan_ended** | **int** | | [optional]
**tax_rate** | **float** | | [optional]
**plan_name** | **str** | | [optional]
**plan_base_fees_key** | **str** | | [optional]
**plan_status** | **str** | | [optional]
**plan_quota** | **int** | | [optional]
**price_usd** | **float** | | [optional]
**price_overage_usd** | **float** | | [optional]
**price** | **float** | | [optional]
**price_overage** | **float** | | [optional]
**currency** | **str** | | [optional]
**currency_factor** | **float** | | [optional]
**stripe_customer_id** | **str** | | [optional]
**stripe_status** | **str** | | [optional]
**stripe_subscription** | **str** | | [optional]
**user_id** | **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)


13 changes: 13 additions & 0 deletions docs/APIPlansOut.md
@@ -0,0 +1,13 @@
# APIPlansOut

## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**usage_ratio_for_dupplicates** | **int** | | [optional]
**currency_iso3** | **str** | | [optional]
**currency_symbol** | **str** | | [optional]
**plans** | [**list[APIPlanOut]**](APIPlanOut.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)


12 changes: 12 additions & 0 deletions docs/APIServiceOut.md
@@ -0,0 +1,12 @@
# APIServiceOut

## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**service_name** | **str** | | [optional]
**service_group** | **str** | | [optional]
**cost_in_units** | **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)


10 changes: 10 additions & 0 deletions docs/APIServicesOut.md
@@ -0,0 +1,10 @@
# APIServicesOut

## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**api_services** | [**list[APIServiceOut]**](APIServiceOut.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)


17 changes: 17 additions & 0 deletions docs/APIUsageAggregatedOut.md
@@ -0,0 +1,17 @@
# APIUsageAggregatedOut

## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**time_unit** | **str** | | [optional]
**period_start** | **int** | | [optional]
**period_end** | **int** | | [optional]
**total_usage** | **int** | | [optional]
**history_truncated** | **bool** | | [optional]
**data** | **list[list[int]]** | | [optional]
**col_headers** | **list[str]** | | [optional]
**row_headers** | **list[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)


0 comments on commit 14cde93

Please sign in to comment.