issues Search Results · repo:hpoul/openapi_dart language:Dart
Filter by
9 results
(86 ms)9 results
inhpoul/openapi_dart (press backspace or delete to remove)I have a schema Parent.yml as follows:
type: object
properties:
test:
type: object
additionalProperties: true
After running the build_runner this results in a type error in the generated class ...
timalenustmf
- Opened on May 10, 2023
- #12
The following schema compiles correctly:
openapi: 3.0.0
info:
title: AnAPI
version: 0.0.2-alpha
paths:
/inventory:
get:
operationId: Inventory Listing
parameters: []
responses: ...
domesticmouse
- Opened on Dec 8, 2022
- #10
Hi! Would you like help to add Melos to this repository? I think that it would greatly benefit from it, no more path
dependencies and much simpler release procedures. :slightly_smiling_face:
If you want ...
spydon
- Opened on Dec 2, 2022
- #9
Hey this is just a little bug i found that is not really important but it could confuse some people if they just test a
generation with an basic yaml file.
If there is no schema defined in the components ...
ynnob
- 1
- Opened on Nov 27, 2022
- #8
At the moment the method startServer only accepts address and port.
Method: startServer Class: openapi_shelf_server.dart
The following parameter are missing right now:
SecurityContext? securityContext ...
ynnob
- Opened on Nov 26, 2022
- #6
Problem: When the defined list parameter is not required the generated dart code produces an error. In the generated
dart code the list is a nullable optional parameter but the Method request.addQueryParameter ...
ynnob
- 2
- Opened on Nov 23, 2022
- #5
hpoul
- Opened on Aug 10, 2021
- #3
Sometimes it s necessary to manually call API endpoints (e.g. when loading images) so to build those URLs it would be
nice to have constants with those.
hpoul
- Opened on Aug 6, 2021
- #2
The sample yaml in the README file works fine, but when I run the code generator against the rather large YAML file
found as part of the Open Banking API, it crashes.
% pub run build_runner build --delete-conflicting-outputs ...
oravecz
- 2
- Opened on Dec 22, 2020
- #1

Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Restrict your search to the title by using the in:title qualifier.
Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Press the /
key to activate the search input again and adjust your query.