|
be33809173
|
Added tests for go_http_codegen
|
2024-03-10 02:03:14 +05:30 |
|
|
3ddef91151
|
Merge branch 'main' into add-feature-mobile-layout
|
2024-03-10 01:45:18 +05:30 |
|
|
c2a0a1a683
|
Merge branch 'main' of https://github.com/foss42/apidash into add-go-http-codegen
|
2024-03-10 00:44:47 +05:30 |
|
|
3c35352b4e
|
Added go http codegen
|
2024-03-10 00:43:59 +05:30 |
|
|
e767348361
|
Merge pull request #161 from Tanish2002/fix-redundant-form-payload
fix: remove redundant body payload from codegen
|
2024-03-10 00:25:50 +05:30 |
|
|
0134fa9789
|
Merge branch 'main' into fix-kotlin-codegen-import-issue
|
2024-03-09 21:17:09 +05:30 |
|
|
b7bf324f74
|
Merge branch 'main' of https://github.com/foss42/apidash into add-rust-curl-codegen
|
2024-03-09 20:57:47 +05:30 |
|
|
9cdfafbd9c
|
Added code generator for curl-rust
|
2024-03-09 20:57:18 +05:30 |
|
|
f412507f72
|
Merge pull request #236 from opxdelwin/issue-114
[feat] Enable parallel request handling
|
2024-03-09 15:01:32 +05:30 |
|
|
6972ca82b5
|
fixes
|
2024-03-09 14:58:01 +05:30 |
|
|
58f5ae06e4
|
Cleanup
|
2024-03-09 12:06:25 +05:30 |
|
|
6e13f5c5dc
|
Merge pull request #255 from opxdelwin/issue-254
[fix] enter saves edits to model
|
2024-03-09 12:05:19 +05:30 |
|
|
fcefe78966
|
Merge pull request #253 from opxdelwin/issue-252-updated
[feat] Implement Press Enter to Send Request in URL Input Field
|
2024-03-09 10:30:35 +05:30 |
|
|
1abc29a39c
|
Revert "Merge pull request #260 from thargyi74/resolve-issue-252"
This reverts commit 1f41abf7ce85554f14e79ff16da6a594664030f5, reversing
changes made to 0b8184eafab1e26eea1d4064e52ddee88981fceb.
|
2024-03-09 10:27:22 +05:30 |
|
|
c4a77a9e37
|
Update url_card.dart
|
2024-03-09 09:59:08 +05:30 |
|
|
8f0de897a5
|
Update url_card.dart
|
2024-03-09 09:57:44 +05:30 |
|
|
44b2856c5d
|
Merge branch 'main' into resolve-issue-252
|
2024-03-09 09:56:54 +05:30 |
|
|
0b8184eafa
|
Merge pull request #251 from opxdelwin/padding-issue-on-headers
[fix] Fix vertical obscuring issue in form data section
|
2024-03-09 00:25:47 +05:30 |
|
|
4d07b63eb5
|
Merge pull request #200 from PCoder23/text_align
textfield alignment
|
2024-03-08 21:07:52 +05:30 |
|
|
b1e7cfa134
|
Update editor_request.dart
|
2024-03-08 18:17:09 +05:30 |
|
|
304fb3c77a
|
Merge pull request #257 from mdrazak2001/test-fix-219
Fix broken test on Windows
|
2024-03-08 13:33:22 +05:30 |
|
|
0dd99b322a
|
Merge pull request #232 from BrawlerXull/custom-markdown-tests
Added tests for CustomMarkDown
|
2024-03-08 11:50:16 +05:30 |
|
|
96be5453f8
|
Migrate to API Dash APIs
|
2024-03-08 10:30:33 +05:30 |
|
|
4c35edea0c
|
Add keyboard listener to URLField
|
2024-03-06 17:07:18 +07:00 |
|
|
3431924921
|
Merge branch 'main' of https://github.com/ashutosh7i/apidash
|
2024-03-05 11:52:15 +05:30 |
|
|
f14c024dd0
|
update: removed unneccessary "\" characters from templates.
|
2024-03-05 11:52:12 +05:30 |
|
|
744157d5a2
|
test fix
|
2024-03-05 00:18:55 +05:30 |
|
|
730b01745c
|
Merge branch 'foss42:main' into main
|
2024-03-04 22:29:33 +05:30 |
|
|
5b81f17945
|
update: bugfixes
|
2024-03-04 22:27:03 +05:30 |
|
|
827e0d6b3a
|
added php Guzzle support
|
2024-03-04 15:07:56 +05:30 |
|
|
cb64d18068
|
[fix] enter saves edits to model
|
2024-03-03 21:54:57 +05:30 |
|
|
b84035888b
|
[feat] press enter to send request
Triggers `sendRequest` when enter is clicked and `URLField` is in focus.
|
2024-03-03 21:12:07 +05:30 |
|
|
cd9a3d555a
|
[fix] text obscuring error
This occurs due to padding, externally added specific padding only to bottom.
|
2024-03-03 20:50:39 +05:30 |
|
|
b9750ef8b1
|
ADD: getCode function to return the generted code string
|
2024-03-03 02:58:14 +05:30 |
|
|
c13c788ea9
|
ADD: templates for code generation
|
2024-03-03 02:54:07 +05:30 |
|
|
c9f90a5d56
|
ADD: JavaAsyncHttpClientGen class
|
2024-03-03 02:46:10 +05:30 |
|
|
220d58e638
|
ADD: switch case for generating javaAsyncHttpClient code generation
|
2024-03-03 02:43:23 +05:30 |
|
|
8f66d25de4
|
ADD: javaAsyncHttpClient as Codegen Language enum
|
2024-03-03 02:42:58 +05:30 |
|
|
0a8b75b9fd
|
Added test cases for Custom markdown working
|
2024-03-02 18:36:47 +05:30 |
|
|
3ef2fef1a8
|
Merge branch 'main' into add-feature-mobile-layout
|
2024-03-01 20:10:40 +05:30 |
|
|
981328d702
|
fix: nav bar selectedIcon, color
|
2024-03-01 20:09:23 +05:30 |
|
|
0c22abc9da
|
[refactor] remove unused UI provider
|
2024-03-01 13:02:24 +05:30 |
|
|
7dbe0b5d5f
|
[feat] send multiple API requests in parallel
|
2024-03-01 12:22:52 +05:30 |
|
|
dc25c6a70e
|
Updated csv_previewer
|
2024-03-01 01:10:49 +05:30 |
|
|
2379c20017
|
Merge pull request #176 from BrawlerXull/csv-chinmay
Csv Previewer added
|
2024-03-01 00:41:57 +05:30 |
|
|
ad05c3f327
|
Added vertical scrolling
|
2024-02-29 23:27:31 +05:30 |
|
|
51be09b076
|
added the line back
|
2024-02-29 20:52:17 +05:30 |
|
|
6acca4cf87
|
corrected added headers
|
2024-02-29 12:44:37 +05:30 |
|
|
54508de428
|
wip: mobile support
|
2024-02-29 00:19:29 +05:30 |
|
|
bc29b1afc3
|
added more headers
|
2024-02-27 17:28:33 +05:30 |
|