Run in Postman button snippet, and point at the canonical hosted collection - #1
Open
JacobiusMakes wants to merge 2 commits into
Open
Run in Postman button snippet, and point at the canonical hosted collection#1JacobiusMakes wants to merge 2 commits into
JacobiusMakes wants to merge 2 commits into
Conversation
…n Postman snippet The API now serves a curated 30-request collection from its own domain at /collections/ParlayAPI.postman_collection.json, with a page at /postman. That is the copy going to the Postman Public API Network, so it is the one the Run in Postman button will bind to. Adds: - A "Run in Postman" section with the Import > Link URL, which works today and always resolves to the current version. - Both button snippets (markdown and the HTML/JS embed) with COLLECTION_ID marked as a placeholder. The button cannot resolve until the workspace is public, so the section says so rather than shipping a dead image. - A line under the format table explaining why there are now two Postman collections, and a Related entry for the canonical one. The four generated files in this repo are unchanged. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
The prediction-market keyword search needs no key either.
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.
The API now serves a curated 30-request Postman collection from its own domain:
https://parlay-api.com/collections/ParlayAPI.postman_collection.jsonSix folders, and twelve of the thirty requests run with no API key. That is the copy going to the Postman Public API Network, so it is the one a Run in Postman button will bind to. Monorepo PR: JacobiusMakes/ParlayAPI#79.
This PR adds a Run in Postman section to the README:
Import > LinkURL, which works today and always resolves to the current version.COLLECTION_IDclearly marked as a placeholder and a note that the button does not resolve until the workspace is public. A dead button image is worse than instructions that work.None of the four generated files change, and
tools/generate.pyis untouched.Founder steps to create the public workspace, import, publish, and collect the collection id for the snippet above are in the marketing workspace at
ops/wave23/postman-publish-kit.md.