|
6fc02de62b
|
Merge remote-tracking branch 'upstream/main' into add-rust-ureq-codegen
- Merged upstream
- Made required changes with respect to upstream
- Fixed tests
|
2024-03-12 18:19:30 +05:30 |
|
|
e4f0633eca
|
Update curl.dart
|
2024-03-12 05:20:15 +05:30 |
|
|
cb8bfebecd
|
Refactor codegen
|
2024-03-12 05:19:03 +05:30 |
|
|
4d4380f3aa
|
Update request model
|
2024-03-12 01:53:06 +05:30 |
|
|
e8fd13cbce
|
Update Python requests codegen
|
2024-03-12 01:52:24 +05:30 |
|
|
5776d9b840
|
set boundary
|
2024-03-10 23:27:00 +05:30 |
|
|
1b4a5caa7a
|
Update cURL codegen
|
2024-03-10 05:33:53 +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 |
|
|
3cf677e89b
|
Fix Kotlin codegen to import MultipartBody
|
2024-02-25 21:17:19 -08:00 |
|
|
cdda439f0f
|
feat: add codegen for rust(ureq)
|
2024-02-25 05:31:18 +05:30 |
|
|
bff2ca892d
|
fix: redundant dart(http) codegen
|
2024-02-23 19:19:32 +05:30 |
|
|
693b4bda70
|
fix: remove redundant body payload from codegen
|
2024-02-23 13:50:29 +05:30 |
|
|
d46dd0071f
|
Update ContentType & ResponseBodyView enums
|
2024-01-08 00:32:49 +05:30 |
|
|
b6691af932
|
Remove default in codegen switch
|
2024-01-08 00:18:11 +05:30 |
|
|
b92ac78424
|
Fix python codegens
|
2024-01-07 20:42:23 +05:30 |
|
|
6959867886
|
Merge pull request #5 from vidya-hub/form_data_code_gen
rev: reverted changes in js code gen
|
2024-01-07 20:26:04 +05:30 |
|
|
fe3bea31bd
|
rev: reverted changes in js code gen
|
2024-01-07 20:21:37 +05:30 |
|
|
673668e431
|
Merge pull request #4 from vidya-hub/form_data_code_gen
chore: fixed spacing issues in nodejs axios codegen
|
2024-01-07 19:51:41 +05:30 |
|
|
9d8379e9ac
|
chore: fixed spacing issues in nodejs axios codegen
|
2024-01-07 19:50:25 +05:30 |
|
|
d0114a6fce
|
Merge pull request #3 from vidya-hub/form_data_code_gen
chore: fixed code generation test cases
|
2024-01-07 19:33:20 +05:30 |
|
|
b532044981
|
chore: fixed code generation test cases
|
2024-01-07 19:32:09 +05:30 |
|
|
30791df102
|
Fix tests
|
2024-01-07 16:13:53 +05:30 |
|
|
37ec266a23
|
Merge branch 'main' into form_data_imp
|
2024-01-07 15:50:20 +05:30 |
|
|
805f82a677
|
hasContentTypeHeader getter added to RequestModel
|
2024-01-07 15:44:19 +05:30 |
|
|
5153841a97
|
fix: curl gen issue fixes
|
2024-01-07 15:12:46 +05:30 |
|
|
fead5e6a20
|
format
|
2024-01-07 15:07:40 +05:30 |
|
|
4cf36b6450
|
Update model & codegen
|
2024-01-07 14:36:30 +05:30 |
|
|
3823b94531
|
Merge branch 'main' into form_data_imp
|
2024-01-06 22:50:02 +05:30 |
|
|
c92cc4c5d1
|
Merge branch 'main' into add-feature-checkbox
|
2024-01-06 03:04:06 +05:30 |
|
|
06b5eaff22
|
fix: fixed okhttp3 code gen
|
2024-01-04 20:50:37 +05:30 |
|
|
9fa72af06b
|
feat: added http and dio code gen
|
2024-01-03 23:10:51 +05:30 |
|
|
e98ee3d2b1
|
fix: axios is added and fetch issues fixed
|
2024-01-03 21:27:17 +05:30 |
|
|
8d7f745bd5
|
feat: added js amd node-fetch code gen
|
2024-01-03 21:02:32 +05:30 |
|
|
c765cb378b
|
refact: codegen to override content-type header
|
2024-01-02 09:23:04 +05:30 |
|
|
f39f30a085
|
wip: working on fetch api for js
|
2023-12-31 23:25:55 +05:30 |
|
|
f0047aa087
|
wip: updated http and requests header handle
|
2023-12-31 23:25:35 +05:30 |
|
|
68c69d37fe
|
wip: curl and python code gen tested and added
|
2023-12-31 18:38:06 +05:30 |
|
|
80e13fc625
|
fix: fixed code gen issues in latest code
|
2023-12-27 21:38:23 +05:30 |
|
|
3fd0a1933c
|
chore: add request_model tests
|
2023-12-27 12:16:40 +05:30 |
|
|
bdd63ead7e
|
Merge branch 'main' into add-feature-checkbox
|
2023-12-25 21:29:36 +05:30 |
|
|
06f8cd7f02
|
fix: review changes
|
2023-12-22 20:25:26 +05:30 |
|
|
67f80563aa
|
test:add dart dio code gen tests
|
2023-12-21 16:16:39 +08:00 |
|
|
a792e0fb35
|
feat: rewrite dart http code gen with dart code builder & format
|
2023-12-21 13:20:41 +08:00 |
|
|
73f415c667
|
feat:add dio code gen
|
2023-12-20 17:31:42 +08:00 |
|
|
ce8a7dc944
|
CheckBox and Filtering
|
2023-12-15 04:08:12 +05:30 |
|
|
e5ddc4f9f7
|
feat: JS/node.js axios codegen
|
2023-10-07 18:31:22 +05:30 |
|
|
925a69a37e
|
Update codegens
|
2023-10-07 18:04:51 +05:30 |
|
|
41001326b0
|
feat: js fetch
|
2023-10-07 13:09:24 +05:30 |
|
|
5262b4ab81
|
Update curl.dart
|
2023-10-07 08:13:08 +05:30 |
|
|
73d7877221
|
Update HAR code
|
2023-10-07 08:12:57 +05:30 |
|