openrqm 1.0.3 copy "openrqm: ^1.0.3" to clipboard
openrqm: ^1.0.3 copied to clipboard

outdated

OpenRQM API

openrqm #

This is the OpenRQM API specification. OpenRQM Docs - Github

This Dart package is automatically generated by the OpenAPI Generator project:

  • API version: 1.0.0
  • Build package: org.openapitools.codegen.languages.DartClientCodegen

Requirements #

Dart 2.0 or later

Installation & Usage #

Github #

If this Dart package is published to Github, add the following dependency to your pubspec.yaml

dependencies:
  openrqm:
    git: https://github.com/GIT_USER_ID/GIT_REPO_ID.git

Local #

To use the package in your local drive, add the following dependency to your pubspec.yaml

dependencies:
  openrqm:
    path: /path/to/openrqm

Tests #

TODO

Getting Started #

Please follow the installation procedure and then run the following:

import 'package:openrqm/api.dart';


var api_instance = DocumentApi();

try {
    var result = api_instance.getDocument();
    print(result);
} catch (e) {
    print("Exception when calling DocumentApi->getDocument: $e\n");
}

Documentation for API Endpoints #

All URIs are relative to https://virtserver.swaggerhub.com/benjaminSchilling33/OpenRQM/1.0.0

Class Method HTTP request Description
DocumentApi getDocument GET /document Get a document
DocumentsApi getDocuments GET /documents Get all documents
ElementApi patchElement PATCH /element Update an element
ElementApi postElement POST /element Add an element
ElementApi putElement PUT /element Update an element
ElementsApi getElements GET /elements Get all elements
WorkspaceApi getWorkspace GET /workspace Get a workspace
WorkspacesApi getWorkspaces GET /workspaces Get all workspaces

Documentation For Models #

Documentation For Authorization #

All endpoints do not require authorization.

Author #

0
likes
0
pub points
0%
popularity

Publisher

unverified uploader

OpenRQM API

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

http

More

Packages that depend on openrqm