Skip to content

Commit a4cf172

Browse files
authored
Merge branch 'main' into resolve-issue-json
2 parents f8bd66e + adbae12 commit a4cf172

File tree

289 files changed

+19040
-1911
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

289 files changed

+19040
-1911
lines changed

.github/ISSUE_TEMPLATE/bug_report.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
name: Bug report
33
about: Something wrong with API Dash. Report the problem/bug here.
44
title: ''
5-
labels: bug
65
assignees: ''
76

87
---

.github/ISSUE_TEMPLATE/feature_request.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
name: Feature request
33
about: Help us make API Dash better by suggesting new features.
44
title: ''
5-
labels: enhancement
65
assignees: ''
76

87
---

README.md

Lines changed: 18 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,19 @@
11
# API Dash ⚡️
22

3-
[![Discord Server Invite](https://img.shields.io/badge/DISCORD-JOIN%20SERVER-5663F7?style=for-the-badge&logo=discord&logoColor=white)](https://bit.ly/heyfoss)
3+
[![Discord Server Invite](https://img.shields.io/badge/DISCORD-JOIN%20SERVER-5663F7?style=for-the-badge&logo=discord&logoColor=white)](https://discord.com/invite/bBeSdtJ6Ue)
4+
5+
### 🚨🚨 API Dash is participating in GSoC 2025! Check out the details below:
6+
7+
<img src="https://github.com/foss42/apidash/assets/615622/493ce57f-06c3-4789-b7ae-9fa63bca8183" alt="GSoC" width="500">
8+
9+
| | Link |
10+
|--|--|
11+
| Learn about GSoC | [Link](https://summerofcode.withgoogle.com) |
12+
| API Dash GSoC Page | [Link](https://summerofcode.withgoogle.com/programs/2025/organizations/api-dash) |
13+
| Project Ideas List | [Link](https://github.com/foss42/apidash/discussions/565) |
14+
| Application Guide | [Link](https://github.com/foss42/apidash/discussions/564) |
15+
| Discord Channel | [Link](https://discord.com/invite/bBeSdtJ6Ue) |
16+
417

518
### Please support this initiative by giving this project a Star ⭐️
619

@@ -169,7 +182,8 @@ API Dash currently supports API integration code generation for the following la
169182
| Rust | `reqwest` | |
170183
| Rust | `ureq` | |
171184
| Rust | `Actix Client` | |
172-
| Swift | `URLSession` | Testing Required |
185+
| Swift | `Alamofire` | |
186+
| Swift | `URLSession` | |
173187

174188
We welcome contributions to support other programming languages/libraries/frameworks. Please check out more details [here](https://github.com/foss42/apidash/discussions/80).
175189

@@ -270,11 +284,11 @@ You can contribute to API Dash in any or all of the following ways:
270284
- [Ask a question](https://github.com/foss42/apidash/discussions)
271285
- [Submit a bug report](https://github.com/foss42/apidash/issues/new/choose)
272286
- [Request a new feature](https://github.com/foss42/apidash/issues/new/choose)
273-
- [Choose from our existing list of ideas](https://github.com/foss42/apidash/discussions/112)
287+
- [Choose from our existing list of ideas](https://github.com/foss42/apidash/discussions/565)
274288
- [Suggest ways to improve the developer experience of an existing feature](https://github.com/foss42/apidash/issues/new/choose)
275289
- Add documentation
276290
- To add a new feature, resolve an existing issue or add a new test to the project, check out our [Contribution Guidelines](CONTRIBUTING.md).
277291

278292
## Need Any Help?
279293

280-
In case you need any help with API Dash or are encountering any issue while running the tool, please feel free to drop by our [Discord server](https://bit.ly/heyfoss) and we can have a chat in the **#foss-apidash** channel.
294+
In case you need any help with API Dash or are encountering any issue while running the tool, please feel free to drop by our [Discord server](https://discord.com/invite/bBeSdtJ6Ue) and we can have a chat in the **#foss-apidash** channel.

ROADMAP.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
- [ ] Save items in Response headers/body in an Environment variable to be used by other requests. Something like a post-processing script. (https://github.com/foss42/apidash/issues/465)
1616
- [ ] Importers
1717
- [ ] OpenAPI (https://github.com/foss42/apidash/issues/121)
18-
- [ ] Insomnia (https://github.com/foss42/apidash/issues/125)
18+
- [x] Insomnia (https://github.com/foss42/apidash/issues/125)
1919
- [ ] Hurl (https://github.com/foss42/apidash/issues/123)
2020
- [ ] HAR (https://github.com/foss42/apidash/issues/122)
2121

SECURITY.md

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
# Security Policy
2+
3+
This document describes the management of vulnerabilities for API Dash project & the Dart/Flutter packages in the repository.
4+
5+
## Preferred Languages
6+
7+
We prefer all communications to be in English.
8+
9+
## Reporting a Vulnerability
10+
11+
**Please do not report security vulnerabilities through public GitHub issues.**
12+
13+
Individuals who find potential vulnerabilities in API Dash and Dart/Flutter packages in the API Dash repository are invited to [open a draft security advisory](https://github.com/foss42/apidash/security/advisories/new) for discussion and collaboration on the fix.
14+
15+
Please include the requested information listed below (as much as you can provide) to help us better understand the nature and scope of the possible issue:
16+
- Type of issue (e.g. buffer overflow, poisoned dependency, cross-site scripting, etc.)
17+
- Full paths of source file(s) related to the manifestation of the issue
18+
- The location of the affected source code (tag/branch/commit or direct URL)
19+
- Any special configuration required to reproduce the issue
20+
- Step-by-step instructions to reproduce the issue
21+
- Proof-of-concept or exploit code (if possible)
22+
- Impact of the issue, including how an attacker might exploit the issue
23+
24+
This information will help us triage your report more quickly.
25+
26+
Our team will positivey respond to any reported vulnerability and take swift action to resolve it.

assets/api_server.json

Lines changed: 1 addition & 0 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)