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
.
binarylane
/
binarylane-python-client
Public
forked from
openapi-generators/openapi-python-client
Notifications
You must be signed in to change notification settings
Fork
1
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
binarylane-python-client
openapi_python_client
on
main
User selector
All users
Datepicker
All time
Commit history
Commits on Jul 18, 2025
chore: add support for OpenAPI Specification v3.0.4
nats
committed
e7f0184
View commit details
Copy full SHA for e7f0184
View code at this point
Browse repository at this point
Commits on Apr 2, 2023
refactor: fix mypy error from previous commit
nats
committed
7115139
View commit details
Copy full SHA for 7115139
View code at this point
Browse repository at this point
refactor: fix lint errors from previous commits
nats
committed
e310f86
View commit details
Copy full SHA for e310f86
View code at this point
Browse repository at this point
Commits on Apr 1, 2023
chore: merge upstream release 0.13.3
nats
committed
df99e1c
View commit details
Copy full SHA for df99e1c
View code at this point
Browse repository at this point
Commits on Mar 28, 2023
fix: Parsing endpoint content types with semicolon separator (#727). Thanks @expobrain!
Show description for 4fb9775
expobrain
and
dbanty
authored
4fb9775
View commit details
Copy full SHA for 4fb9775
View code at this point
Browse repository at this point
fix: Remove Response[] from docstring of non-detailed functions (#741). Thanks @robertschweizer!
robertschweizer
authored
f79bccb
View commit details
Copy full SHA for f79bccb
View code at this point
Browse repository at this point
Commits on Mar 21, 2023
feat: Extend the UnexpectedStatus exception to include the response's content (#729)
expobrain
authored
47cfdec
View commit details
Copy full SHA for 47cfdec
View code at this point
Browse repository at this point
Commits on Mar 20, 2023
feat: Added support of follow HTTP redirects (#724). Thanks @expobrain & @emann!
Show description for cf8eafc
expobrain
and
emann
authored
cf8eafc
View commit details
Copy full SHA for cf8eafc
View code at this point
Browse repository at this point
Commits on Mar 18, 2023
fix: Prevent backslashes in descriptions from breaking docstrings [#735]. Thanks @robertschweizer & @bryan-hunt! (#735)
Show description for ae45fb5
robertschweizer
and
dbanty
authored
ae45fb5
View commit details
Copy full SHA for ae45fb5
View code at this point
Browse repository at this point
fix: Respect `required` field in parameters included with `$ref` (#737)
robertschweizer
authored
555ff10
View commit details
Copy full SHA for 555ff10
View code at this point
Browse repository at this point
Commits on Mar 12, 2023
feat: Always generate enums with sorted members (#728)
Show description for a1e1a68
expobrain
and
dbanty
authored
a1e1a68
View commit details
Copy full SHA for a1e1a68
View code at this point
Browse repository at this point
Commits on Jan 24, 2023
fix: read distribution version from temporary fork name instead of upstream
nats
committed
be51ea2
View commit details
Copy full SHA for be51ea2
View code at this point
Browse repository at this point
Commits on Jan 23, 2023
Include parameter description from parent schema in Property object
nats
committed
47b94df
View commit details
Copy full SHA for 47b94df
View code at this point
Browse repository at this point
Commits on Jan 21, 2023
Add "data: oai.Operation" attribute to Endpoint
nats
committed
8ee7944
View commit details
Copy full SHA for 8ee7944
View code at this point
Browse repository at this point
Fix UNSET+Unset missing from __all__ export in types.py.jinja
nats
committed
6ef2e82
View commit details
Copy full SHA for 6ef2e82
View code at this point
Browse repository at this point
Do not use List[ForwardRef] when lazy imports are disabled
nats
committed
1be3f04
View commit details
Copy full SHA for 1be3f04
View code at this point
Browse repository at this point
Add Property.enable_lazy_imports to allow disabling lazy imports in generated code
nats
committed
304b752
View commit details
Copy full SHA for 304b752
View code at this point
Browse repository at this point
Use parameter.description for properties if the parameter's schema does not have description
nats
committed
bb10c5d
View commit details
Copy full SHA for bb10c5d
View code at this point
Browse repository at this point
Commits on Jan 16, 2023
feat: Add `http_timeout` config to set timeout getting document via `--url` [#718]. Thanks @Kircheneer!
Show description for 425cc4c
Kircheneer
and
dbanty
authored
425cc4c
View commit details
Copy full SHA for 425cc4c
View code at this point
Browse repository at this point
Commits on Jan 6, 2023
fix!: run `post_hooks` in package directory instead of current directory if meta=none [#696, #697]. Thanks @brenmous and @wallagib!
Show description for 5356c01
3 people
authored
5356c01
View commit details
Copy full SHA for 5356c01
View code at this point
Browse repository at this point
fix!: Treat leading underscore as a sign of invalid identifier [#703]. Thanks @maxkomarychev!
Show description for de7ff75
maxkomarychev
and
dbanty
committed
de7ff75
View commit details
Copy full SHA for de7ff75
View code at this point
Browse repository at this point
fix: generated docstring for `Client.get_headers` function [#713]. Thanks @rtaycher!
rtaycher
authored
b4142b2
View commit details
Copy full SHA for b4142b2
View code at this point
Browse repository at this point
Commits on Dec 18, 2022
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
View code at this point
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
View code at this point
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
View code at this point
Browse repository at this point
Commits on Dec 4, 2022
fix: Support Python 3.11.0 (#701)
dbanty
authored
263b083
View commit details
Copy full SHA for 263b083
View code at this point
Browse repository at this point
Commits on Nov 12, 2022
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
View code at this point
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
View code at this point
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
View code at this point
Browse repository at this point
Commits on Sep 26, 2022
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
View code at this point
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
View code at this point
Browse repository at this point
Commits on Aug 27, 2022
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
View code at this point
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
View code at this point
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
View code at this point
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
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.