8000 Comparing piquette:master...psanford:master · piquette/finance-go · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
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: piquette/finance-go
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: psanford/finance-go
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.
  • 7 commits
  • 12 files changed
  • 1 contributor

Commits on May 5, 2023

  1. Factor out api paths to top level variable

    This allows a caller to choose a different version of the api if they
    would like to.
    psanford committed May 5, 2023
    Configuration menu
    Copy the full SHA
    09e62c3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f32315e View commit details
    Browse the repository at this point in the history
  3. Expose more useful http error info

    Use a custom error type so that the error status and body can be read
    from the calling code.
    
    The error gets wrapped so you'll need to use errors.As() to get
    the body.
    psanford committed May 5, 2023
    Configuration menu
    Copy the full SHA
    739ed23 View commit details
    Browse the repository at this point in the history

Commits on May 8, 2023

  1. Change v7 to v6

    v7 is broken right now
    psanford committed May 8, 2023
    Configuration menu
    Copy the full SHA
    1579e1d View commit details
    Browse the repository at this point in the history

Commits on May 26, 2023

  1. Fix latest yahoo breakage

    Back to v7 api. Pretend to be a browser. Fetch a cookie. Fetch a
    'crumb'. Fetch quote with cookie and crumb.
    
    Ref: https://stackoverflow.com/questions/76065035/yahoo-finance-v7-api-now-requiring-cookies-python
    psanford committed May 26, 2023
    Configuration menu
    Copy the full SHA
    38afc62 View commit details
    Browse the repository at this point in the history

Commits on Feb 22, 2025

  1. Configuration menu
    Copy the full SHA
    dffee47 View commit details
    Browse the repository at this point in the history
  2. Set headers for all requests

    We need the user-agent to be set on all requests to not get 429s
    psanford committed Feb 22, 2025
    Configuration menu
    Copy the full SHA
    906a725 View commit details
    Browse the repository at this point in the history
Loading
0