We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Currently frontend clients can only consume the JSON from the server's REST API.
Once writing to the file and POST/PUT'ing REST API endpoints are created an editor w/ modification and saving features can be created.
The text was updated successfully, but these errors were encountered:
Very basic REST API client started in C#: nam20485/OdbDesignClient
Sorry, something went wrong.
C++ example is the REST API Server: see code at /OdbDesignServer
The C++ server links to the C++ shared library. (See CMakeLists.txt)
Web frontend UI is WIP. See https://github.com/nam20485/OdbDesignWebClient
nam20485
No branches or pull requests
Currently frontend clients can only consume the JSON from the server's REST API.
Once writing to the file and POST/PUT'ing REST API endpoints are created an editor w/ modification and saving features can be created.
The text was updated successfully, but these errors were encountered: