Skip to content

Latest commit

 

History

History
67 lines (37 loc) · 1.81 KB

README.md

File metadata and controls

67 lines (37 loc) · 1.81 KB

Javascript Openapi Quickstarts

Firetail's JS offers a middleware that can give you the ability to add API logging, auditing and security functionality into your Api services. Let’s get started!

Index

  1. Download the Resources
  2. Framework Specific
  3. Test your Api

Setup steps


Step 1: Download the resources

You can either download the files from Github as a zip or clone the repo to your local machine using -

git clone https://github.com/FireTail-io/javascript-quickstarts.git

Step 2: Framework specific steps

Steps of Express.js

Steps of AWS lambda

Step 3: Test your end-points

  1. You can use the web version in which case you have to download the postman desktop agent to be able to send api requests to your local host.

  2. Open the postman page in your browser

welcome

  1. Create a new workspace

workspace

  1. Give the new workspace a Name

name Workspace

  1. Now inside you worksspace. Click the "Import" button

In Workspace

  1. You should see the import window show

Import window

  1. Select the YAML file

Import file

  1. Click "Import"

Import button

  1. You can now access you end-point under the far left icon "APIs"

Import button

  1. Give it a try

Import button