Skip to content

Commit

Permalink
Merge pull request #9 from pingidentity/IdpAdaptersAttributeSourceTypes
Browse files Browse the repository at this point in the history
Update attribute source schema, add basic auth, and remove unused structs
  • Loading branch information
henryrecker-pingidentity authored Oct 5, 2023
2 parents ba9b29b + 86a8f07 commit 4d1a793
Show file tree
Hide file tree
Showing 246 changed files with 38,107 additions and 19,195 deletions.
31,761 changes: 31,761 additions & 0 deletions api/pf-swagger.yaml

Large diffs are not rendered by default.

8 changes: 4 additions & 4 deletions configurationapi/.openapi-generator-ignore
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,9 @@
#!docs/README.md

# Don't generate files for ...Shared and ...AllOf enums. The generator creates these but they are not used.
model_*_request_all_of.go
model_*_response_all_of.go
model_*_all_of.go
model_*_shared.go
docs/Add*RequestAllOf.md
docs/*ResponseAllOf.md
docs/*AllOf.md
docs/*Shared.md

# Unused files
Expand All @@ -38,3 +36,5 @@ git_push.sh
# And so that we use the top-level go.mod and go.sum files in the repository root
go.mod
go.sum

client.go
Loading

0 comments on commit 4d1a793

Please sign in to comment.