Alex Stephen
Alex Stephen
A slightly functioning version of USS currently exists in code. It doesn't work! Some part of their API has changed.
USF + IOA only show a subset of all the attractions. Their mobile app successfully shows all of them.
Addresses #148 This adopts AEP-202: Fields * Created new folder for AEP 202 * Changed references from AIP to AEP Note: this still uses the google.api.field_info proto type.
nit: I think this type of enumeration should belong in the standard methods - it's a big backwards to do this type of cross-referencing about a specific standard method back...
This changes our OAS guidance to ensure that the GET method returns only a schema that is annoted with `x-aep-resource`. It also changes our guidance on resource types to show...
## 🍱 Types of changes What types of changes does your code introduce to AEP? _Put an `x` in the boxes that apply_ - [x] Migrated from google.aip.dev ## 📋...
Fixes https://github.com/aep-dev/aep.dev/issues/118 This adds OAS examples + guidance for the rest of the standard methods. ## 🍱 Types of changes What types of changes does your code introduce to AEP?...
The terraform blog post image looks low-res because it's being loaded from the file. ## 🍱 Types of changes What types of changes does your code introduce to AEP? _Put...
`x-aep-resource` establishes a list of parents. The individual API endpoints do not establish which fields correspond to a parent resource (if any). This could be established through some guessing, but...
Inspired by #2601 # Rationale for this change Adds `pretty-format-toml` for formatting toml files ## Are these changes tested? I ran `make lint` ## Are there any user-facing changes?