Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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 days 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 (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-02-27T20:55:36.000Z (9 months ago)
- Last Synced: 2024-02-27T21:49:16.944Z (9 months ago)
- Language: JavaScript
- Size: 20.3 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Javascript Openapi Quickstarts
[![Firetail's JS](https://img.shields.io/badge/Firetail-JS-yellowgreen.svg)](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
![welcome](/assets/images/1_welcome.png)
3. Create a new workspace
![workspace](/assets/images/2_workspace.png)
4. Give the new workspace a Name
![name Workspace](/assets/images/3_nameWorkspace.png)
5. Now inside you worksspace. Click the "Import" button
![In Workspace](/assets/images/4_inWorkspace.png)
6. You should see the import window show
![Import window](/assets/images/5_import.png)
7. Select the YAML file
![Import file](/assets/images/6_importFile.png)
8. Click "Import"
![Import button](/assets/images/7_importButton.png)
9. You can now access you end-point under the far left icon "APIs"
![Import button](/assets/images/8_importComplete.png)
10. Give it a try
![Import button](/assets/images/9_request.png)