Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
598 changes: 299 additions & 299 deletions api/api.gen.go

Large diffs are not rendered by default.

494 changes: 247 additions & 247 deletions api/client/go/client.gen.go

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion api/openapi.cloud.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ info:
The OpenMeter API allows you to ingest events, query meter usage, and manage resources.
tags:
- name: Subscriptions
description: With Subscriptions, you can manage your customers' subscriptions. Request access by [contacting us](mailto:contact@openmeter.cloud).
description: With Subscriptions, you can easily start, cancel, and manage customer subscriptions. For example, provisioning them on a specific plan or assigning custom rate cards.
- name: Subjects
description: Subjects are entities that consume resources you wish to meter. These can range from users, servers, and services to devices. The design of subjects is intentionally generic, enabling flexible application across various metering scenarios. Typically, a subject acts as a unique identifier within your system for a user or customer. Meters are aggregating events for each subject.
- name: Product Catalog
Expand Down
2 changes: 1 addition & 1 deletion api/openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ tags:
- name: CustomersApps
- name: CustomersStripe
- name: Subscriptions
description: With Subscriptions, you can manage your customers' subscriptions. Request access by [contacting us](mailto:contact@openmeter.cloud).
description: With Subscriptions, you can easily start, cancel, and manage customer subscriptions. For example, provisioning them on a specific plan or assigning custom rate cards.
- name: Subjects
description: Subjects are entities that consume resources you wish to meter. These can range from users, servers, and services to devices. The design of subjects is intentionally generic, enabling flexible application across various metering scenarios. Typically, a subject acts as a unique identifier within your system for a user or customer. Meters are aggregating events for each subject.
- name: Product Catalog
Expand Down
2 changes: 1 addition & 1 deletion api/spec/src/cloud/main.tsp
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ using TypeSpec.OpenAPI;
@tagMetadata(
"Subscriptions",
#{
description: "With Subscriptions, you can manage your customers' subscriptions. Request access by [contacting us](mailto:contact@openmeter.cloud).",
description: "With Subscriptions, you can easily start, cancel, and manage customer subscriptions. For example, provisioning them on a specific plan or assigning custom rate cards.",
}
)
namespace OpenMeterCloud;
Expand Down
2 changes: 1 addition & 1 deletion api/spec/src/main.tsp
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ using TypeSpec.OpenAPI;
@tagMetadata(
"Subscriptions",
#{
description: "With Subscriptions, you can manage your customers' subscriptions. Request access by [contacting us](mailto:contact@openmeter.cloud).",
description: "With Subscriptions, you can easily start, cancel, and manage customer subscriptions. For example, provisioning them on a specific plan or assigning custom rate cards.",
}
)
namespace OpenMeter;
Loading