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 }}
emann
/
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
10
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Commits
Breadcrumbs
History for
openapi-python-client
openapi_python_client
templates
on
main
User selector
All users
Datepicker
All time
Commit history
Commits on Nov 10, 2020
Support inline object schemas (#236)
Show description for b3f13a0
dbanty
and
emann
authored
b3f13a0
View commit details
Copy full SHA for b3f13a0
View code at this point
Browse repository at this point
Commits on Nov 6, 2020
Better compatibility for "required" vs. "nullable" (#230)
Show description for 296ffb6
emann
and
dbanty
authored
296ffb6
View commit details
Copy full SHA for 296ffb6
View code at this point
Browse repository at this point
Commits on Sep 26, 2020
Added autoflake to generation and cleaned up a couple of flake8 issues. Closes #138
dbanty
committed
e8efab6
View commit details
Copy full SHA for e8efab6
View code at this point
Browse repository at this point
Update httpx and importlib_metadata
dbanty
committed
8af5023
View commit details
Copy full SHA for 8af5023
View code at this point
Browse repository at this point
Commits on Sep 21, 2020
Added auto_attribs=True to Client classes (#193)
Show description for 96172c2
emann
and
dbanty
authored
96172c2
View commit details
Copy full SHA for 96172c2
View code at this point
Browse repository at this point
Commits on Sep 6, 2020
Add support for Python 3.6 (fixes #154 & #137). Also add support for IntEnum properties.
dbanty
committed
a0ba0e7
View commit details
Copy full SHA for a0ba0e7
View code at this point
Browse repository at this point
Commits on Sep 4, 2020
Merge branch 'main' into release/0.6.0
dbanty
committed
03bc946
View commit details
Copy full SHA for 03bc946
View code at this point
Browse repository at this point
Remove trailing comma in endpoint_macros.pyi (#178)
Show description for 30edc56
dtkav
authored and
dbanty
committed
30edc56
View commit details
Copy full SHA for 30edc56
View code at this point
Browse repository at this point
Commits on Aug 29, 2020
Add support for no response or unsupported content types (closes #141)
dbanty
committed
7d061a4
View commit details
Copy full SHA for 7d061a4
View code at this point
Browse repository at this point
Commits on Aug 28, 2020
Support headers, cookies, and timeout config in Client.
dbanty
committed
fad604a
View commit details
Copy full SHA for fad604a
View code at this point
Browse repository at this point
Commits on Aug 26, 2020
Added detailed response functions, updated Black version.
dbanty
committed
f385be8
View commit details
Copy full SHA for f385be8
View code at this point
Browse repository at this point
Commits on Aug 24, 2020
Convert generated clients to new API.
dbanty
committed
94f6210
View commit details
Copy full SHA for 94f6210
View code at this point
Browse repository at this point
Commits on Aug 13, 2020
Merge pull request from GHSA-9x4c-63pf-525f
Show description for f7a56aa
emann
and
dbanty
authored
f7a56aa
View commit details
Copy full SHA for f7a56aa
View code at this point
Browse repository at this point
Merge pull request from GHSA-7wgr-7666-7pwj
Show description for 3e7dfae
dbanty
and
emann
authored
3e7dfae
View commit details
Copy full SHA for 3e7dfae
View code at this point
Browse repository at this point
Commits on Aug 11, 2020
Feature/support header parameters (#148)
Show description for 86c7de8
emann
authored
86c7de8
View commit details
Copy full SHA for 86c7de8
View code at this point
Browse repository at this point
Commits on Aug 10, 2020
Fix JSON bodies in generated endpoints. Fixes #139 (#147)
dbanty
authored
c0d101b
View commit details
Copy full SHA for c0d101b
View code at this point
Browse repository at this point
Commits on Aug 6, 2020
Use OpenAPI doc version as generated client version (#135)
Show description for 9587f59
emann
authored
9587f59
View commit details
Copy full SHA for 9587f59
View code at this point
Browse repository at this point
Commits on Aug 5, 2020
Include build-system in generated clients so they are pip-installable (#120)
dbanty
committed
14bf2cc
View commit details
Copy full SHA for 14bf2cc
View code at this point
Browse repository at this point
Commits on Jul 23, 2020
Rename Schema class to Model to disambiguate with OpenAPI term
dbanty
committed
faba196
View commit details
Copy full SHA for faba196
View code at this point
Browse repository at this point
Commits on May 30, 2020
Add some tests for the async_endpoint_module template
dbanty
committed
9d43568
View commit details
Copy full SHA for 9d43568
View code at this point
Browse repository at this point
Support conflicting enum names. Closes #54
dbanty
committed
2ef30b4
View commit details
Copy full SHA for 2ef30b4
View code at this point
Browse repository at this point
Bump httpx to 0.13.3. Update templates to use proper type annotations
dbanty
committed
3c7d395
View commit details
Copy full SHA for 3c7d395
View code at this point
Browse repository at this point
Commits on May 25, 2020
Fix param generation
dbanty
committed
ba4abdd
View commit details
Copy full SHA for ba4abdd
View code at this point
Browse repository at this point
Add support for more basic response types
Show description for 6f87a3c
dbanty
committed
6f87a3c
View commit details
Copy full SHA for 6f87a3c
View code at this point
Browse repository at this point
Add support for Unions (anyOf)
Show description for 7de3a02
dbanty
committed
7de3a02
View commit details
Copy full SHA for 7de3a02
View code at this point
Browse repository at this point
Update dependencies
Show description for f94c963
dbanty
committed
f94c963
View commit details
Copy full SHA for f94c963
View code at this point
Browse repository at this point
Support arbitrary list properties
Show description for 27f3815
dbanty
committed
27f3815
View commit details
Copy full SHA for 27f3815
View code at this point
Browse repository at this point
Commits on May 19, 2020
Add test coverage for binary format, break out e2e tests.
dbanty
committed
255bad2
View commit details
Copy full SHA for 255bad2
View code at this point
Browse repository at this point
Commits on May 17, 2020
Add support for uploading files with multipart/form-data
Show description for 1db4d42
dbanty
committed
1db4d42
View commit details
Copy full SHA for 1db4d42
View code at this point
Browse repository at this point
Commits on Apr 25, 2020
Merge branch 'master' into pr/30
dbanty
committed
e494aa0
View commit details
Copy full SHA for e494aa0
View code at this point
Browse repository at this point
Clean up a few items for #29
dbanty
committed
aed967c
View commit details
Copy full SHA for aed967c
View code at this point
Browse repository at this point
Merge branch 'master' into pr/29
dbanty
committed
8fe695d
View commit details
Copy full SHA for 8fe695d
View code at this point
Browse repository at this point
Remove redundant datetime import, run isort
dbanty
committed
ab9563a
View commit details
Copy full SHA for ab9563a
View code at this point
Browse repository at this point
Merge branch 'master' into pr/30
dbanty
committed
794672f
View commit details
Copy full SHA for 794672f
View code at this point
Browse repository at this point
Ran checks and addressed some comments for PR #32
dbanty
committed
122e377
View commit details
Copy full SHA for 122e377
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.