Skip to content

Commit

Permalink
Merge pull request #91 from CapitalOnTap/akwasi/update-documentation
Browse files Browse the repository at this point in the history
Add Authorization Documentation
  • Loading branch information
akwasi-cot authored Sep 3, 2024
2 parents 7168e88 + de951a7 commit 0e7d57e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,9 @@ Execute the `dotnet fsi GenerateSdkFromSourceUrl.fsx` command in the root source
- Remove all examples for every response and request for all paths and operations.
- These don't actually add any value to the SDK generation, but they do create a lot of noise in validation output due to the examples not matching the specification in a lot of cases.
- Done in the `applyRequestModifications``removeOpenApiMediaTypeExamples`, `applyResponseModifications``removeOpenApiMediaTypeExamples` functions.
- Add the authorization reversal path to path list manually
- This endpoint is currently undocumented. A method has been added to append it the paths present if it is not added by Marqeta
- Done in the `addAuthorizationReversalPath` function
## Custom serialization
As alluded to in the [Gotchas and known issues](#gotchas-and-known-issues) section, we've had to add some custom deserializers to support our needs.

Expand Down

0 comments on commit 0e7d57e

Please sign in to comment.