docs(adapters): sweep per-adapter READMEs to match v0.6.0–v0.25.0 - #38
Merged
Conversation
…avior A 30-adapter docs pass verifying every README claim against the adapter's actual code surface (adapter.yaml + handlers). Highlights: - stripe-style: Idempotency-Key section (replay/scoping/2xx-only), pagination section, and the 13 missing endpoint rows (PaymentIntents/PaymentMethods/ Refunds). - entra-id-style: access tokens are real RS256 JWTs (not "synthetic encoding"), GET /common/discovery/v2.0/keys JWKS documented. - discord-style: WebSocket Gateway lifecycle, Ed25519-signed interactions + deliveries, cursor pagination. - salesforce-style: general SOQL engine documented (stale "we do NOT implement a full parser" claim removed), refresh_token rotation, composite URL pattern. - aws-s3/azure-storage: byte-exact binary round-trip. powerplatform: Dataverse write side + $select/$count. Plus idempotency (adyen/braintree/ netsuite externalId), signed deliveries (whatsapp/square/twilio), refresh grants (x-articles/threads/bluesky), and DELETE endpoints across the CRUD batch.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
A 30-adapter docs pass verifying every README claim against the adapter's actual code surface. Covers: stripe idempotency/pagination/PI endpoints, entra-id RS256+JWKS, discord gateway+Ed25519, salesforce general SOQL (stale 'no parser' claim removed), aws-s3/azure binary round-trip, powerplatform Dataverse writes, idempotency (adyen/braintree/netsuite), signed deliveries (whatsapp/square/twilio), refresh grants, and DELETE endpoints across the CRUD batch. READMEs-only (verified: zero .star/adapter.yaml changes); parse guard + full suite 31/31.