Skip to content

Introduction of Lower Level API and Support for Simvue Server v3 #663

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 188 commits into from
Feb 10, 2025

Conversation

kzscisoft
Copy link
Collaborator

@kzscisoft kzscisoft commented Jan 21, 2025

Add Lower Level API for direct Simvue Server v3 Interaction

Issue: #662

Python Version(s) Tested: 3.13

Operating System(s): Ubuntu 24.10

Documentation Issue: https://github.com/simvue-io/docs/issues/58

Documentation PR:

📝 Summary

  • Adds support for v3 of the Simvue Server
  • Introduces a lower level API which allows you to interact directly with the RestAPI and connect to objects on the server.

🔄 Changes

Addition of new code within the api submodule adding scripts for each family of endpoint on the Simvue server relating to objects such as runs, folders etc.

✔️ Checklist

  • Unit and integration tests passing.
  • Pre-commit hooks passing.
  • Quality checks passing.
  • Updated the documentation.

@kzscisoft kzscisoft marked this pull request as ready for review February 10, 2025 14:37
@kzscisoft kzscisoft merged commit 5aaebe6 into dev Feb 10, 2025
11 of 14 checks passed
@kzscisoft kzscisoft deleted the feature/api-repro branch February 10, 2025 14:37
@kzscisoft kzscisoft linked an issue Feb 11, 2025 that may be closed by this pull request
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment