Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Expose more request configuration #1

Open
spluxx opened this issue Mar 2, 2020 · 0 comments
Open

Expose more request configuration #1

spluxx opened this issue Mar 2, 2020 · 0 comments
Labels
enhancement New feature or request good first issue Good for newcomers

Comments

@spluxx
Copy link
Owner

spluxx commented Mar 2, 2020

The http client implementation that we're using is node-fetch.

A good start for this feature would be to

  1. Add a field that holds a list of (config name, value) to the model request_builder.ts.
  2. Create a tab for configuration next to the expected message
  3. Create Action/Reducer to link up the view / storage
  4. Include those options on request.ts - either pre-fetch, during fetch, or post-fetch.

We can start with simple ones available from node-fetch:

  • follow
  • compress
@spluxx spluxx added enhancement New feature or request good first issue Good for newcomers labels Mar 2, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

1 participant