No description provided (generated by Openapi Generator /~https://github.com/openapitools/openapi-generator)
This Dart package is automatically generated by the OpenAPI Generator project:
- API version: 1.0
- Build package: org.openapitools.codegen.languages.DartClientCodegen
Dart 2.0 or later
If this Dart package is published to Github, add the following dependency to your pubspec.yaml
dependencies:
openapi:
git: /~https://github.com/GIT_USER_ID/GIT_REPO_ID.git
To use the package in your local drive, add the following dependency to your pubspec.yaml
dependencies:
openapi:
path: /path/to/openapi
TODO
Please follow the installation procedure and then run the following:
import 'package:openapi/api.dart';
var api_instance = DefaultApi();
var inlineObject = InlineObject(); // InlineObject |
try {
api_instance.batchSignedUploadReq(inlineObject);
} catch (e) {
print("Exception when calling DefaultApi->batchSignedUploadReq: $e\n");
}
All URIs are relative to https://pulseox-prod.herokuapp.com
Class | Method | HTTP request | Description |
---|---|---|---|
DefaultApi | batchSignedUploadReq | POST /signed-upload | Allows batch creation of signed upload URLs when many files need to be uploaded |
DefaultApi | getSession | GET /session | Your GET endpoint |
DefaultApi | getSessionDiagnoses | GET /session/diagnoses | Your GET endpoint |
DefaultApi | getSessionDiagnosesUserid | GET /session/diagnoses/{diagid} | Your GET endpoint |
DefaultApi | getSignedUploadReq | GET /signed-upload | Retrieves a signed upload request |
DefaultApi | getUsers | GET /users | |
DefaultApi | getUsersUserid | GET /users/{userid} | Your GET endpoint |
DefaultApi | getUsersUseridDiagnoses | GET /users/{userid}/diagnoses | Your GET endpoint |
DefaultApi | postLogin | POST /login | |
DefaultApi | postRegister | POST /register | |
DefaultApi | postUsers | POST /users | |
DefaultApi | putSession | PUT /session | |
DefaultApi | putSessionDiagnosesUserid | PUT /session/diagnoses/{diagid} | |
DefaultApi | putUsersUserid | PUT /users/{userid} |
- InlineObject
- SignedUploadFiles
- Survey
- User
- UserDiagnoses
- UserLocation
- UserQuestions
- UserReadings
- UserStatus
- UserStatus1
- UserSymptoms
All endpoints do not require authorization.