Skip to content

WATE-10583: Migrated the restful javascript client sample #28

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

Open
wants to merge 3 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
################################################################################
# This .gitignore file was automatically created by Microsoft(R) Visual Studio.
################################################################################

/.Net Standard 2.0/samples/RunReport/.vs
/.Net Standard 2.0/samples/RunReport/obj

**/.idea/workspace.xml
**/target/

**/obj/

**/vs/

**/node_modules/
error.log
package-lock.json
files/output.docx
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
# Fluent JavaScript RESTful Client v2 Sample

## Overview
This sample project demonstrates how to use the v2 JavaScript RESTful Client to accomplish:
1. Generating a document
2. Retrieving a template's metrics
3. Retrieving a template's tag tree

This project consists of 3 main classes that can each be individually ran to show each piece of functionality.
This is just a sample app demonsrating the functionality of this client.

## Requirements
* NPM installation

## Usage
We provide .bat files for each sample that can be used to run the samples.

## Additional Information
* More information about the API can be found [here](https://www.npmjs.com/package/windwardrestapi).
* The RESTful Engine SwaggerHub can be found [here](https://app.swaggerhub.com/apis/Windward-Studios/fluent-rest_full_api/2.0)
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"restful-engine-url": "",
"license": ""
}
Binary file not shown.
Loading