This repository has been archived by the owner on Aug 9, 2024. It is now read-only.
Releases: MarketSquare/robotframework-openapi-libcore
Releases · MarketSquare/robotframework-openapi-libcore
Really fix the libspec...
Correct an incorrectly generated version in the libspec file.
Fix missing libspec
Added libspec to the distribution for keyword discovery by the LSP.
Support for extra_headers
Added support for a new library init parameter; extra_headers. The provided headers will be send with every request. This is useful for custom headers that are not documented in the openapi document or for API-keys.
Finalize initial release
Some bugfixes and documentation improvements.
What's Changed
- Fix get invalidated parameters for optional parameters by @robinmackaij in #2
New Contributors
- @robinmackaij made their first contribution in #2
Full Changelog: v1.0.0...v1.0.2
Initial release
Core keywords and functionality from OpenApiDriver now available for library builders.