https://github.com/firetail-io/javascript-openapi-quickstarts
Firetail's JS Lib offers a middleware that can give you the ability to add API logging, auditing and security functionality into your Api services.
https://github.com/firetail-io/javascript-openapi-quickstarts
Last synced: 4 months ago
JSON representation
Firetail's JS Lib offers a middleware that can give you the ability to add API logging, auditing and security functionality into your Api services.
- Host: GitHub
- URL: https://github.com/firetail-io/javascript-openapi-quickstarts
- Owner: FireTail-io
- License: gpl-3.0
- Created: 2022-12-02T11:26:41.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-03-28T12:03:06.000Z (over 1 year ago)
- Last Synced: 2025-01-17T00:46:00.191Z (6 months ago)
- Language: JavaScript
- Size: 20.5 MB
- Stars: 0
- Watchers: 4
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Javascript Openapi Quickstarts
[](https://www.npmjs.com/package/@public.firetail.io/firetail-api) 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](#step-1-download-the-resources)
2. [Framework Specific](#step-2-framework-specific-steps)
3. [Test your Api](#step-3-test-your-end-points)## 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](/express)
## Steps of [AWS lambda](/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](https://www.postman.com/downloads/) to be able to send api requests to your local host.
2. Open the postman page in your browser

3. Create a new workspace

4. Give the new workspace a Name

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

6. You should see the import window show

7. Select the YAML file

8. Click "Import"

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

10. Give it a try
