Skip to content

Commit

Permalink
addressing comments.
Browse files Browse the repository at this point in the history
  • Loading branch information
toumorokoshi committed Nov 17, 2023
1 parent 95ee6ac commit 4cbd2cd
Showing 1 changed file with 7 additions and 13 deletions.
20 changes: 7 additions & 13 deletions aep/general/0003/aep.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ A well-structured representation of an API Service.

Refers to a network address that an API Service uses to handle incoming API
Requests. One API Service may have multiple API Service Endpoints, such as
`https://pubsub.googleapis.com` and `https://content-pubsub.googleapis.com`.
`https://pubsub.example.com` and `https://content-pubsub.example.com`.

### API Gateway

Expand All @@ -58,22 +58,16 @@ logging, monitoring, and rate limiting.

### API Resource

An object that one or more API methods operate on.
An object upon which one or more API methods operate.

### API Resource Type

An API resource type represents a category of that one or more API objects
belongs to. It may provide a structured schema.
An API resource type represents a category of that consumes and API,

### API Service
### Consumer

An implementation of an API, exposing API methods on one or more network
addresses.

### API Name

Refers to the logical identifier of an API, such as "example.com". The API name
is used for namespacing of API Resource Types.
Either a programmatic client or a user that consumes an API. This term should be
used when a statement refers broadly to both programs and users.

### Declarative Clients

Expand Down Expand Up @@ -109,4 +103,4 @@ organizations separate from those that consume them.
[Declarative clients]: #declarative-clients
[Terraform]: https://www.terraform.io/

## Changelog
## Changelog

0 comments on commit 4cbd2cd

Please sign in to comment.