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
.
CodeGra-de
/
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
tests
test_openapi_parser
on
main
User selector
All users
Datepicker
All time
Commit history
Commits on Aug 28, 2020
feat: add support for lists of basic python types (#165)
Show description for 36e6755
Maistho
authored
36e6755
View commit details
Copy full SHA for 36e6755
View code at this point
Browse repository at this point
Commits on Aug 19, 2020
Support nullable keyword in properties. Closes #99 (#163)
dbanty
authored
3212405
View commit details
Copy full SHA for 3212405
View code at this point
Browse repository at this point
Add support for oneOf union properties in addition to anyOf (#164)
dbanty
authored
cc8d6fa
View commit details
Copy full SHA for cc8d6fa
View code at this point
Browse repository at this point
Commits on Aug 13, 2020
Added support for octet-stream content type (#116) (#157)
Show description for 9d517fe
emann
authored
9d517fe
View commit details
Copy full SHA for 9d517fe
View code at this point
Browse repository at this point
Fixed some unused properties in tests that deepsource was complaining about (#156)
Show description for 0230ec5
emann
authored
0230ec5
View commit details
Copy full SHA for 0230ec5
View code at this point
Browse repository at this point
Remove unnecessary f-string (#155)
Show description for dc4c531
deepsource-autofix[bot]
authored
dc4c531
View commit details
Copy full SHA for dc4c531
View code at this point
Browse repository at this point
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
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 5, 2020
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
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
Remove unnecessary f-string
deepsource-autofix[bot]
authored and
dbanty
committed
da2a379
View commit details
Copy full SHA for da2a379
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
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 May 30, 2020
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
Commits on May 25, 2020
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
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 Apr 25, 2020
Fix a couple broken tests
dbanty
committed
855a964
View commit details
Copy full SHA for 855a964
View code at this point
Browse repository at this point
Merge branch 'master' into pr/31
dbanty
committed
df3edbb
View commit details
Copy full SHA for df3edbb
View code at this point
Browse repository at this point
Merge branch 'master' into pr/31
dbanty
committed
84c8c23
View commit details
Copy full SHA for 84c8c23
View code at this point
Browse repository at this point
Fixes for date support
Show description for 4e21b82
dbanty
committed
4e21b82
View commit details
Copy full SHA for 4e21b82
View code at this point
Browse repository at this point
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
Call super post_init and fix some broken tests.
Show description for b523f90
dbanty
committed
b523f90
View commit details
Copy full SHA for b523f90
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
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
Commits on Apr 12, 2020
One more missed case
Adam Gray
committed
ec5c87a
View commit details
Copy full SHA for ec5c87a
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.