No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)

Overview

This API client was generated by the OpenAPI Generator project. By using the OpenAPI spec from a remote server, you can easily generate an API client.

  • API version: 0.1.0
  • Package version: 1.0.0
  • Build package: org.openapitools.codegen.languages.RClientCodegen

Installation

Prerequisites

Install the dependencies

install.packages("jsonlite")
install.packages("httr")
install.packages("base64enc")

Build the package

git clone https://github.com/sdgamboa/metagenomicsClientR
cd metagenomicsClientR
R CMD build .
R CMD check metagenomicsClientR_1.0.0.tar.gz --no-manual
R CMD INSTALL metagenomicsClientR_1.0.0.tar.gz

Install the package

install.packages("metagenomicsClientR")

To install directly from Github, use devtools:

install.packages("devtools")
library(devtools)
install_github("sdgamboa/metagenomicsClientR")

Documentation for API Endpoints

All URIs are relative to http://localhost

Class Method HTTP request Description
DefaultApi AddNextflowEventNextflowEventsPost POST /nextflow/events Add Nextflow Event
DefaultApi AddUserUsersPost POST /users Add User
DefaultApi DeleteUserUsersUidDelete DELETE /users/{uid} Delete User
DefaultApi FilesChangeFilesChangesPost POST /files/changes Files Change
DefaultApi GenerateDownloadSignedUrlV4FilesSignedGet GET /files/signed Generate Download Signed Url V4
DefaultApi GetNextflowEventNextflowEventsIdGet GET /nextflow/events/{id} Get Nextflow Event
DefaultApi GetUserUsersUidGet GET /users/{uid} Get User
DefaultApi ListFileEventsFilesChangesGet GET /files/changes List File Events
DefaultApi ListNextflowEventsNextflowEventsGet GET /nextflow/events List Nextflow Events
DefaultApi ListUsersUsersGet GET /users List Users

Documentation for Authorization

All endpoints do not require authorization.

Author