SG-43389 - Add OpenAPI 3.0.3 spec for the Python API #447
Open
camiloleal-globant wants to merge 2 commits into
Open
SG-43389 - Add OpenAPI 3.0.3 spec for the Python API #447camiloleal-globant wants to merge 2 commits into
camiloleal-globant wants to merge 2 commits into
Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## master #447 +/- ##
=======================================
Coverage 78.66% 78.66%
=======================================
Files 7 7
Lines 1842 1842
=======================================
Hits 1449 1449
Misses 393 393
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
julien-lang
reviewed
May 25, 2026
| openapi: "3.0.3" | ||
|
|
||
| info: | ||
| title: "Flow Production Tracking Python API" |
Member
There was a problem hiding this comment.
I think the real name is "Flow Production Tracking API3" or FlowPT API3.
Python API is just the name of this repository
|
|
||
| info: | ||
| title: "Flow Production Tracking Python API" | ||
| version: "3.10.0" |
Member
There was a problem hiding this comment.
Ok does that mean we need to update that field every time we release a new version to this library?
Basically, is this file describing the client library or the API? If it's the API, it might not be the best place to put it.
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.
SG-43389
What was done:
Added
docs/openapi/spec.yamlan OpenAPI 3.0.3 description of the Flow Production TrackingPython API (
shotgun_api3). Content is sourced directly from theAPI Reference documentation.
Test:
npx @redocly/cli lint docs/openapi/spec.yaml. 0 errorsnpx @redocly/cli build-docs docs/openapi/spec.yamlto verify output