tikoci / restraml

RouterOS REST API "Schema Tools"
https://tikoci.github.io/restraml/
The Unlicense
12 stars 0 forks source link

add routeros 7.14 raml & update html #2

Closed tigattack closed 3 months ago

mobileskyfi commented 3 months ago

You generated RAML seems to import using Postman. Thanks for running it.

I'll put an GitHub Action to run it automatically at some point. The holdup is that is that it needs RouterOS running someplace, with the specific RouterOS version running. Solvable, just a bit more complex than a standard Docker build in GH's CI. I'll mull on this.

mobileskyfi commented 3 months ago

@tigattack - Thanks for the prompting here...

I did some re-factoring. I automated the schema generation using GitHub. So now new RouterOS versions can be generated on demand using a CHR running in GitHub Action: https://github.com/tikoci/restraml/actions/workflows/manual-using-docker-in-docker.yaml

And they should be reflected on the project's website as new ones are built: https://tikoci.github.io/restraml/

tigattack commented 3 months ago

That's great, thanks!