Openapidriver has been archived - any reasons?

Does anyone know why GitHub - MarketSquare/robotframework-openapidriver has been archived ? @robinmackaij ?

Yes…readability of the note on the page is not great:

OpenApiDriver has moved! Please head over to GitHub - MarketSquare/robotframework-openapitools for the latest version!

I’ve merged the repos for OpenApiDriver and OpenApiLibCore some time ago; splitting the repo wasn’t the greatest idea since the repos are rather tightly coupled. Having one repo that contains multiple packages makes it much easier to make changes and releases.

3 Likes

Thanks for this! I was afraid that the whole thing has been abandoned.

Nope, I work on it when needed for a client and here and there if I have some spare time. I actually made a release last week with some new functionality that was needed at my client.

I’m working on a refactor (moving to Python 3.10) to get the annotations cleaner and split things up more, in addition to correcting some incorrect (parameter) naming from the past.

1 Like