Results 14 issues of mucio

### dlt version 0.4.12 ### Source name rest_api ### Describe the problem Configuring an endpoint like this: ``` { "name": "user", "endpoint": { "path": "users/{id}", "params": { "id": 2, },...

bug

### Tell us what you do here I modified the method that builds the path for resolve params ### Short description I introduced an internal method (`to_list()`) to convert the...

enhancement

### dlt version 0.4.12 ### Source name rest_api ### Describe the problem Configuring an endpoint like this: ``` { "name": "user", "endpoint": { "path": "users/{id}", "params": { "id": 2, },...

bug

### Source name rest_api ### Describe the data you'd like to see GraphQL APIs and in general endpoints used with the POST method, requires additional data to be passed in...