Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: manishym/cryptopia-api-python
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: ossy123/cryptopia-api-python
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 17 commits
  • 4 files changed
  • 5 contributors

Commits on Oct 4, 2017

  1. Update README.md

    saniales authored Oct 4, 2017
    Configuration menu
    Copy the full SHA
    28d9dca View commit details
    Browse the repository at this point in the history

Commits on Nov 28, 2017

  1. Fix requests signature (#3)

    Likely due to Cryptopia API change
    trikota authored and saniales committed Nov 28, 2017
    Configuration menu
    Copy the full SHA
    1055420 View commit details
    Browse the repository at this point in the history

Commits on Jan 2, 2018

  1. Python 3 compliant

    Bl3f authored and saniales committed Jan 2, 2018
    Configuration menu
    Copy the full SHA
    dd60b84 View commit details
    Browse the repository at this point in the history

Commits on Jan 13, 2018

  1. Python 3 fix

    john-g123 authored and saniales committed Jan 13, 2018
    Configuration menu
    Copy the full SHA
    40000a7 View commit details
    Browse the repository at this point in the history
  2. Fixing some issues (#5)

    saniales committed Jan 13, 2018
    Configuration menu
    Copy the full SHA
    cbca905 View commit details
    Browse the repository at this point in the history

Commits on Jan 14, 2018

  1. Configuration menu
    Copy the full SHA
    4f5394b View commit details
    Browse the repository at this point in the history
  2. removing linter errors

    saniales committed Jan 14, 2018
    Configuration menu
    Copy the full SHA
    8271ad1 View commit details
    Browse the repository at this point in the history
  3. removing linter errors

    saniales committed Jan 14, 2018
    Configuration menu
    Copy the full SHA
    6dc3ed3 View commit details
    Browse the repository at this point in the history

Commits on Jan 17, 2018

  1. Update README.md for secrets.json

    Key was "public" but python look for "key".
    danton721 authored and saniales committed Jan 17, 2018
    Configuration menu
    Copy the full SHA
    d32a6e8 View commit details
    Browse the repository at this point in the history
  2. Update for Python 3

    1. '''urlparse(url).geturl().lower()''' method was not returning valid UTF-8 url encoding, so exchanged to '''urlparse.quote_plus(url).lower()'''.
    2. secret key was not working with the previous encoding.
    danton721 authored and saniales committed Jan 17, 2018
    Configuration menu
    Copy the full SHA
    7bd363f View commit details
    Browse the repository at this point in the history

Commits on Jan 19, 2018

  1. fix urlparse.quote_plus

    saniales committed Jan 19, 2018
    Configuration menu
    Copy the full SHA
    d29bacc View commit details
    Browse the repository at this point in the history

Commits on Jan 22, 2018

  1. Configuration menu
    Copy the full SHA
    de6c3c9 View commit details
    Browse the repository at this point in the history
  2. Do u know de wae?

    saniales committed Jan 22, 2018
    Configuration menu
    Copy the full SHA
    d5df9e7 View commit details
    Browse the repository at this point in the history
  3. Tell me u know de wae

    saniales committed Jan 22, 2018
    Configuration menu
    Copy the full SHA
    5a948bd View commit details
    Browse the repository at this point in the history

Commits on Jan 23, 2018

  1. fixing pump dump bot errors

    saniales committed Jan 23, 2018
    Configuration menu
    Copy the full SHA
    bde3546 View commit details
    Browse the repository at this point in the history
  2. making linter happy

    saniales committed Jan 23, 2018
    Configuration menu
    Copy the full SHA
    9a5c033 View commit details
    Browse the repository at this point in the history

Commits on Jan 26, 2018

  1. Configuration menu
    Copy the full SHA
    6582394 View commit details
    Browse the repository at this point in the history
Loading