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

Create FetchOptions to allow GET Requests like in Web #572

Merged
merged 12 commits into from
Jun 26, 2019

Commits on Jun 7, 2019

  1. create FetchOptions to be used while fetch

    Douglas Mandarino authored and Douglas Mandarino committed Jun 7, 2019
    Configuration menu
    Copy the full SHA
    8cb9fb4 View commit details
    Browse the repository at this point in the history
  2. add tests to confirm with FetchOptions

    Douglas Mandarino authored and Douglas Mandarino committed Jun 7, 2019
    Configuration menu
    Copy the full SHA
    53f2e51 View commit details
    Browse the repository at this point in the history
  3. add fetch Options in NetworkTransport

    Douglas Mandarino authored and Douglas Mandarino committed Jun 7, 2019
    Configuration menu
    Copy the full SHA
    bea8242 View commit details
    Browse the repository at this point in the history

Commits on Jun 8, 2019

  1. set efault value for fetchOptions as POST

    dmandarino authored and dmandarino committed Jun 8, 2019
    Configuration menu
    Copy the full SHA
    ad29887 View commit details
    Browse the repository at this point in the history
  2. add default value for fetchOptions in perform

    dmandarino authored and dmandarino committed Jun 8, 2019
    Configuration menu
    Copy the full SHA
    fcb9533 View commit details
    Browse the repository at this point in the history

Commits on Jun 25, 2019

  1. rename FetchOptions to FetchHTTPMethod

    Douglas Mandarino authored and Douglas Mandarino committed Jun 25, 2019
    Configuration menu
    Copy the full SHA
    ef686cb View commit details
    Browse the repository at this point in the history
  2. fixing tests after rename of fetchOptions to fetchHTTPOptions

    Douglas Mandarino authored and Douglas Mandarino committed Jun 25, 2019
    Configuration menu
    Copy the full SHA
    5ff93a7 View commit details
    Browse the repository at this point in the history
  3. remove forced try in JSONSerializationFormat

    Douglas Mandarino authored and Douglas Mandarino committed Jun 25, 2019
    Configuration menu
    Copy the full SHA
    dee434b View commit details
    Browse the repository at this point in the history
  4. solving conflicts

    Douglas Mandarino authored and Douglas Mandarino committed Jun 25, 2019
    Configuration menu
    Copy the full SHA
    2a77206 View commit details
    Browse the repository at this point in the history
  5. add POST as default parameter for FetchHTTPMethod in subscribe

    Douglas Mandarino authored and Douglas Mandarino committed Jun 25, 2019
    Configuration menu
    Copy the full SHA
    9766548 View commit details
    Browse the repository at this point in the history
  6. use default parameter in perform tests

    Douglas Mandarino authored and Douglas Mandarino committed Jun 25, 2019
    Configuration menu
    Copy the full SHA
    4f92bee View commit details
    Browse the repository at this point in the history
  7. explaning better the parameter

    Douglas Mandarino authored and Douglas Mandarino committed Jun 25, 2019
    Configuration menu
    Copy the full SHA
    4a97304 View commit details
    Browse the repository at this point in the history