Skip to content

Latest commit

 

History

History

node

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

Sample StackHawk Node App

This sample consists of two directories:

  • stack_hawk_public_api - A node package generated by openapi-generator generate -i openapi-v3-public.json -g javascript -o .
  • node-sample-app - A sample node application that uses the generated module stack_hawk_public_api

The build.sh script is an example of how to build the generated node package and use it locally in a node app.