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 }}
hiro-o918
/
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
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
on
master
User selector
All users
Datepicker
All time
Commit history
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
Allow overriding generated package/project names (#133)
Show description for 3227f78
emann
authored
3227f78
View commit details
Copy full SHA for 3227f78
View code at this point
Browse repository at this point
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
Better error handling when fetching documents (#128)
dbanty
committed
3ecda49
View commit details
Copy full SHA for 3ecda49
View code at this point
Browse repository at this point
Improve error message when OpenAPI document fails validation (closes #129)
dbanty
committed
3cca302
View commit details
Copy full SHA for 3cca302
View code at this point
Browse repository at this point
Allow relative paths in tokenUrl (closes #130)
dbanty
committed
15c2fd5
View commit details
Copy full SHA for 15c2fd5
View code at this point
Browse repository at this point
Add support for YAML documents (#111)
dbanty
committed
8c44367
View commit details
Copy full SHA for 8c44367
View code at this point
Browse repository at this point
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
Added support for enum schemas (#122)
Show description for b16ed73
emann
authored and
dbanty
committed
b16ed73
View commit details
Copy full SHA for b16ed73
View code at this point
Browse repository at this point
Commits on Aug 1, 2020
Make error handling more robust (#107).
Show description for 3afa089
dbanty
committed
3afa089
View commit details
Copy full SHA for 3afa089
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
Switch OpenAPI parsing to use openapi-schema-pydantic
dbanty
committed
c4bc824
View commit details
Copy full SHA for c4bc824
View code at this point
Browse repository at this point
Commits on Jul 10, 2020
Add flake8 checking, break CI checks into individual steps.
dbanty
committed
7ef8b93
View commit details
Copy full SHA for 7ef8b93
View code at this point
Browse repository at this point
Change raise -> elif to raise -> if
dbanty
committed
e578ed7
View commit details
Copy full SHA for e578ed7
View code at this point
Browse repository at this point
Add test for duplicate values in Enum
dbanty
committed
754d50a
View commit details
Copy full SHA for 754d50a
View code at this point
Browse repository at this point
Remove assert statement from non-test files
deepsource-autofix[bot]
authored and
dbanty
committed
75c437a
View commit details
Copy full SHA for 75c437a
View code at this point
Browse repository at this point
Remove unused imports
deepsource-autofix[bot]
authored and
dbanty
committed
a025299
View commit details
Copy full SHA for a025299
View code at this point
Browse repository at this point
Commits on Jul 8, 2020
Bump isort from 4.3.21 to 5.0.5 (#78)
Show description for a37e97d
dependabot-preview[bot]
and
dbanty
authored
a37e97d
View commit details
Copy full SHA for a37e97d
View code at this point
Browse repository at this point
Commits on Jun 13, 2020
Allow unknown string format properties (#65)
Adam Gray
authored
a4f57ef
View commit details
Copy full SHA for a4f57ef
View code at this point
Browse repository at this point
Commits on Jun 8, 2020
Allow responses with no content (#66)
Show description for 2af77e8
Adam Gray
authored
2af77e8
View commit details
Copy full SHA for 2af77e8
View code at this point
Browse repository at this point
Commits on Jun 2, 2020
Add support & testing for Python 3.7
dbanty
committed
347cf10
View commit details
Copy full SHA for 347cf10
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
Fix mutable defaults in generated dataclasses. Closes #53
dbanty
committed
3908778
View commit details
Copy full SHA for 3908778
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
Clean up output
Show description for 383f763
dbanty
committed
383f763
View commit details
Copy full SHA for 383f763
View code at this point
Browse repository at this point
Graceful error handling
Show description for 3909b00
dbanty
committed
3909b00
View commit details
Copy full SHA for 3909b00
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
Previous
Next
You can’t perform that action at this time.