Skip to content
This repository has been archived by the owner on Aug 9, 2024. It is now read-only.

Releases: MarketSquare/robotframework-openapi-libcore

Really fix the libspec...

02 Apr 16:10
Compare
Choose a tag to compare

Correct an incorrectly generated version in the libspec file.

Fix missing libspec

02 Apr 13:47
08492fe
Compare
Choose a tag to compare

Added libspec to the distribution for keyword discovery by the LSP.

Support for extra_headers

14 Feb 15:18
9b4eb6a
Compare
Choose a tag to compare

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

06 Jan 18:48
Compare
Choose a tag to compare

Some bugfixes and documentation improvements.

What's Changed

  • Fix get invalidated parameters for optional parameters by @robinmackaij in #2

New Contributors

Full Changelog: v1.0.0...v1.0.2

Initial release

28 Dec 15:06
Compare
Choose a tag to compare

Core keywords and functionality from OpenApiDriver now available for library builders.