Samir L. Boulema
|
5c5fa5c4bc
|
Only show prettify button when request body is JSON
|
2020-05-06 23:02:22 +02:00 |
|
Samir L. Boulema
|
98cb9b3234
|
Add format body option
|
2020-05-06 21:23:50 +02:00 |
|
Andrew Bastin
|
d81c45fef1
|
Merge remote-tracking branch 'upstream/master' into feat/cache-gql-docs
|
2020-05-05 17:41:44 -04:00 |
|
Andrew Bastin
|
22178a6c2e
|
Docs are persisted and regenerated from the schema introspection data
|
2020-05-05 17:28:43 -04:00 |
|
Andrew Bastin
|
6644e3b606
|
Refactor Docs generation from GQL Schema to a separate function
|
2020-05-05 17:22:59 -04:00 |
|
Liyas Thomas
|
f4d6958491
|
Merge branch 'master' into feature/URL-Path-Parameters-#834
|
2020-05-05 22:34:18 +05:30 |
|
Samir L. Boulema
|
9cb6486c71
|
Proper path parameter replacement
|
2020-05-05 14:12:41 +02:00 |
|
Andrew Bastin
|
9092c06e71
|
Remove not-deleted index.vue merge file
|
2020-05-04 17:52:35 -04:00 |
|
Samir Boulema
|
54e0130216
|
Merge branch 'master' into feature/URL-Path-Parameters-#834
|
2020-05-03 13:36:24 +02:00 |
|
Liyas Thomas
|
0fc47e07d4
|
💄 Moved response body up, near to response status
|
2020-05-03 15:49:38 +05:30 |
|
Samir L. Boulema
|
25f014ef3b
|
URL Path Parameters #834
|
2020-05-02 19:34:16 +02:00 |
|
Liyas Thomas
|
b71c95192e
|
🐛 Fixed #826
|
2020-04-30 08:01:56 +05:30 |
|
Liyas Thomas
|
f6269ad0ce
|
🐛 Fixed #825
|
2020-04-30 05:37:31 +05:30 |
|
Liyas Thomas
|
1d7b3523ae
|
🐛 Fixed #765
|
2020-04-26 15:40:44 +05:30 |
|
alyson t
|
868eab0344
|
Modify responseType by Object(json) or Array(json5)
Editor component can't recognize json Array.
(It accepts json Object.)
If json Array, set this.responseBodyType 'json5'.
|
2020-04-26 13:27:51 +09:00 |
|
Levin Rickert
|
848535a343
|
Fix GQL introspection query not sent through extension
|
2020-04-07 14:24:44 +02:00 |
|
Liyas Thomas
|
754a1d0f06
|
♿ Improving accessibility
|
2020-03-26 22:21:41 +05:30 |
|
Liyas Thomas
|
ac0a89ae26
|
✨ Tests and pre-request scripts are saved to collections. Fixes #643
|
2020-03-26 07:11:24 +05:30 |
|
Liyas Thomas
|
8568f4c2a9
|
🐛 Fixed URI not recognizing query parameters
|
2020-03-25 22:37:38 +05:30 |
|
Liyas Thomas
|
ed4f1fe6f8
|
Update index.vue
|
2020-03-22 09:56:53 +05:30 |
|
Leonardo Matos
|
2a8ba00024
|
Merge branch 'master' into fix/raw-input
|
2020-03-21 23:40:04 -03:00 |
|
Leonardo Matos
|
3f9ae7fecc
|
fix(raw-input): allow list parameter for any content type ending with 'json'
|
2020-03-21 23:37:55 -03:00 |
|
Leonardo Matos
|
76786f7a01
|
fix(raw-input): allow list parameters for json, set true when raw params is changed
|
2020-03-21 23:31:56 -03:00 |
|
Matt Gardner
|
88cbbe69b2
|
Add application/vnd.api+json
Add application/vnd.api+json to the places where content type matters
|
2020-03-20 22:08:05 -04:00 |
|
Leonardo Matos
|
90bd8d45b4
|
style(js): minor code style fix
|
2020-03-20 16:06:52 -03:00 |
|
Leonardo Matos
|
c370ee8018
|
fix: canListParameters prop must return
|
2020-03-20 15:58:52 -03:00 |
|
Leonardo Matos
|
9a4e64e13f
|
fix: fix canListParameter (undefined) to canListParameters
|
2020-03-20 15:56:29 -03:00 |
|
Leonardo Matos
|
dc771f51e8
|
fix(req-body): ensure raw input if !canListParameters
|
2020-03-20 15:40:04 -03:00 |
|
Liyas Thomas
|
b14adc29f5
|
🐛 Hotfix: Enable RAW body for JSON Content-Type
|
2020-03-20 19:39:48 +05:30 |
|
Leonardo Matos
|
f2c3bd54d6
|
fix(raw-params): syntax fix, set default only when params is empty or old default
|
2020-03-17 16:30:15 -03:00 |
|
Leonardo Matos
|
8469d13a12
|
fix(req-body): fix preseting default body (raw) by content type
|
2020-03-17 11:30:45 -03:00 |
|
Leonardo Matos
|
1f38c25e6a
|
fix(req-body): enable parameters list for form encoded only
disable raw input toggle when not content type 'application/x-www-form-urlencoded'
|
2020-03-17 10:53:36 -03:00 |
|
Leonardo Matos
|
90a6315e2b
|
perf(vue): 'validContentTypes' and 'knownContentTypes' can be computed
|
2020-03-17 10:40:23 -03:00 |
|
Liyas Thomas
|
87c0702959
|
♻️ Refactor
|
2020-03-12 01:31:54 +05:30 |
|
Rahul
|
7d465ca489
|
Fixed conflicts
|
2020-03-12 00:00:56 +05:30 |
|
Rahul
|
7345cc9943
|
Added MQTT support
|
2020-03-11 23:46:43 +05:30 |
|
Liyas Thomas
|
05b45aa65a
|
✨ Added icon slot to tabs
|
2020-03-08 21:52:04 +05:30 |
|
Liyas Thomas
|
995e0c6c51
|
Fixed tab switch
|
2020-03-08 09:11:25 +05:30 |
|
Liyas Thomas
|
799c650f32
|
Fixed error on tab switch
|
2020-03-07 20:27:47 +05:30 |
|
Liyas Thomas
|
33f5474033
|
✨ Tabs
|
2020-03-07 18:40:37 +05:30 |
|
Andrew Bastin
|
e4abe4efd5
|
Added prettify query button for GraphQL queries
|
2020-03-05 14:58:32 -05:00 |
|
Liyas Thomas
|
0f2686a102
|
♻️ Refactoring code
|
2020-03-05 06:48:10 +05:30 |
|
Liyas Thomas
|
0533f3a070
|
🐛 Fixed #644
|
2020-03-04 20:04:38 +05:30 |
|
Liyas Thomas
|
6a96729055
|
Merge branch 'master' into feature/socketio
|
2020-03-04 15:37:32 +05:30 |
|
moonrailgun
|
356d736f4e
|
Trans and docs for socketio feature
|
2020-03-04 14:50:47 +08:00 |
|
moonrailgun
|
14701369bd
|
Add Socketio support
and modify some websocket and sse code to pick up common function and component
|
2020-03-04 14:40:44 +08:00 |
|
Liyas Thomas
|
b14e475db0
|
Hotfix: Select current theme swatch
|
2020-03-04 09:21:48 +05:30 |
|
Andrew Bastin
|
77edec5f76
|
Removed linting for the collection docs import editor
|
2020-03-03 20:49:37 -05:00 |
|
Liyas Thomas
|
378d9e7758
|
🚚 Moving or renaming files
|
2020-03-03 17:27:53 +05:30 |
|
Liyas Thomas
|
f564ca1eb5
|
🌱 Added contributors section
|
2020-03-03 07:02:27 +05:30 |
|