Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
Uh oh!
There was an error while loading.
Please reload this page
.
secureailabs
/
openapi-python-client
Public
forked from
openapi-generators/openapi-python-client
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Security and quality
Insights
Commits
Branch selector
main
User selector
All users
Datepicker
All time
Commit history
Commits on Jan 5, 2023
request json description, check only for valid response
prawalgangwar
committed
941443b
View commit details
Copy full SHA for 941443b
Browse repository at this point
Commits on Dec 28, 2022
add docstrings
prawalgangwar
committed
194b1da
View commit details
Copy full SHA for 194b1da
Browse repository at this point
Commits on Dec 26, 2022
separate auth and unauth class
prawalgangwar
committed
bb2bce2
View commit details
Copy full SHA for bb2bce2
Browse repository at this point
Commits on Dec 23, 2022
throw exception on fail response
prawalgangwar
committed
43eb3b3
View commit details
Copy full SHA for 43eb3b3
Browse repository at this point
warpper class to contain all api calls
prawalgangwar
committed
8f24214
View commit details
Copy full SHA for 8f24214
Browse repository at this point
Commits on Dec 18, 2022
chore: prepare release 0.12.3
dbanty
committed
298cc5a
View commit details
Copy full SHA for 298cc5a
Browse repository at this point
feat: Add `raise_on_unexpected_status` flag to generated `Client` [#593]. Thanks @JamesHinshelwood, @ramnes, @gwenshap, @theFong!
Show description for 77a01bf
JamesHinshelwood
and
dbanty
authored
77a01bf
View commit details
Copy full SHA for 77a01bf
Browse repository at this point
Commits on Dec 17, 2022
feat: add `use_path_prefixes_for_title_model_names` config option for simpler model names [#559, #560]. Thanks @rtaycher!
Show description for 99638b1
rtaycher
and
dbanty
authored
99638b1
View commit details
Copy full SHA for 99638b1
Browse repository at this point
feat: Support any content type ending in `+json` [#706, #709]. Thanks @XioNoX and @mtovt!
dbanty
authored
dd81e19
View commit details
Copy full SHA for dd81e19
Browse repository at this point
Commits on Dec 8, 2022
chore(deps): bump certifi from 2022.9.24 to 2022.12.7 (#708)
Show description for e7a4e71
dependabot[bot]
authored
e7a4e71
View commit details
Copy full SHA for e7a4e71
Browse repository at this point
chore(deps): bump certifi in /integration-tests (#707)
Show description for 56697fa
dependabot[bot]
authored
56697fa
View commit details
Copy full SHA for 56697fa
Browse repository at this point
Commits on Dec 4, 2022
chore: prepare release 0.12.2
dbanty
committed
17373e0
View commit details
Copy full SHA for 17373e0
Browse repository at this point
fix: Support Python 3.11.0 (#701)
dbanty
authored
263b083
View commit details
Copy full SHA for 263b083
Browse repository at this point
Commits on Nov 25, 2022
chore(deps): update dependency autoflake to v2 (#704)
Show description for 30d9f56
renovate[bot]
authored
30d9f56
View commit details
Copy full SHA for 30d9f56
Browse repository at this point
Commits on Nov 12, 2022
docs: Add missing contributor
dbanty
authored
edd7c89
View commit details
Copy full SHA for edd7c89
Browse repository at this point
chore: prepare release 0.12.1
dbanty
committed
1cf7a45
View commit details
Copy full SHA for 1cf7a45
Browse repository at this point
fix: Version bump due to PyPI error
dbanty
committed
6f8bd14
View commit details
Copy full SHA for 6f8bd14
Browse repository at this point
chore: prepare release 0.12.0
dbanty
committed
5375116
View commit details
Copy full SHA for 5375116
Browse repository at this point
chore(deps): update dependency importlib_metadata to v5 (#700)
Show description for 77e3c69
renovate[bot]
authored
77e3c69
View commit details
Copy full SHA for 77e3c69
Browse repository at this point
feat: Add `endpoint_collections_by_tag` and `openapi` to the templating globals [#689]. Thanks @paulo-raca!
Show description for dcb799e
paulo-raca
and
dbanty
authored
dcb799e
View commit details
Copy full SHA for dcb799e
Browse repository at this point
chore(deps): update dependency typer to ^0.6 || ^0.7.0 (#695)
Show description for 375a70a
renovate[bot]
authored
375a70a
View commit details
Copy full SHA for 375a70a
Browse repository at this point
fix: If data.type is None but has data.properties, assume type is object [#691, #674]. Thanks @ahuang11!
Show description for d4e14f9
ahuang11
and
dbanty
authored
d4e14f9
View commit details
Copy full SHA for d4e14f9
Browse repository at this point
chore(deps): Set Renovate to widen dependency ranges instead of replacing.
dbanty
committed
9b983a0
View commit details
Copy full SHA for 9b983a0
Browse repository at this point
feat: Support for recursive and circular references using lazy imports [#670, #338, #466]. Thanks @mtovt!
Show description for 8300674
3 people
authored
8300674
View commit details
Copy full SHA for 8300674
Browse repository at this point
Commits on Sep 26, 2022
ci: Switch to configless Knope (#677)
Show description for 47e576c
dbanty
authored
47e576c
View commit details
Copy full SHA for 47e576c
Browse repository at this point
feat: Include `__all__` in generated `__init__.py` files [#676, #631, #540, #675]. Thanks @EltonChou!
Show description for 9cea5af
EltonChou
authored
9cea5af
View commit details
Copy full SHA for 9cea5af
Browse repository at this point
Commits on Sep 18, 2022
feat!: Change the `Response.status_code` type to the `HTTPStatus` enum [#665]
Show description for 08c985f
asfaltboy
and
dbanty
authored
08c985f
View commit details
Copy full SHA for 08c985f
Browse repository at this point
ci: Upgrade Knope
dbanty
committed
e2cb382
View commit details
Copy full SHA for e2cb382
Browse repository at this point
Commits on Aug 27, 2022
chore: Bump to 0.11.6
dbanty
committed
ba1dbee
View commit details
Copy full SHA for ba1dbee
Browse repository at this point
feat: improve the error message when parsing a response fails [#659]. Thanks @supermihi!
Show description for 0a0d44b
supermihi
and
dbanty
authored
0a0d44b
View commit details
Copy full SHA for 0a0d44b
Browse repository at this point
feat: Authorization header can now be customized in AuthenticatedClient [#660]. Thanks @supermihi!
Show description for 4f9f03a
supermihi
and
dbanty
authored
4f9f03a
View commit details
Copy full SHA for 4f9f03a
Browse repository at this point
fix: Exception when parsing documents which contain callbacks [#661]. Thanks @dachucky!
Show description for 6245b18
dachucky
and
dbanty
authored
6245b18
View commit details
Copy full SHA for 6245b18
Browse repository at this point
feat: Support inlined form data schema in requestBody [#656, #662]. Thanks @supermihi!
Show description for 227bc5e
supermihi
and
dbanty
authored
227bc5e
View commit details
Copy full SHA for 227bc5e
Browse repository at this point
feat: Allow enums in headers [#663, #667]. Thanks @supermihi!
Show description for b20789b
dbanty
and
supermihi
authored
b20789b
View commit details
Copy full SHA for b20789b
Browse repository at this point
ci: Install Knope via action instead of building from source. (#666)
Show description for b03be16
dbanty
authored
b03be16
View commit details
Copy full SHA for b03be16
Browse repository at this point
Previous
Next
You can’t perform that action at this time.