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

V0.3.0 #30

Merged
merged 38 commits into from
Oct 1, 2024
Merged

V0.3.0 #30

merged 38 commits into from
Oct 1, 2024

Commits on Apr 19, 2024

  1. Configuration menu
    Copy the full SHA
    5cd5760 View commit details
    Browse the repository at this point in the history
  2. v0.3.0 initial

    russbiggs committed Apr 19, 2024
    Configuration menu
    Copy the full SHA
    04656c5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    07f8eb2 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #19 from openaq/headers

    refactor responses to handle response headers in dataclass
    russbiggs authored Apr 19, 2024
    Configuration menu
    Copy the full SHA
    44913af View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    080a8c5 View commit details
    Browse the repository at this point in the history
  6. Merge pull request #18 from openaq/feature/env-vars

    refactor client to allow environment variable for setting API key
    russbiggs authored Apr 19, 2024
    Configuration menu
    Copy the full SHA
    1c57501 View commit details
    Browse the repository at this point in the history

Commits on Jul 31, 2024

  1. Configuration menu
    Copy the full SHA
    6994762 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ebc7978 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3ee4c4a View commit details
    Browse the repository at this point in the history
  4. Merge pull request #20 from openaq/feature/env

    Feature/env
    russbiggs authored Jul 31, 2024
    Configuration menu
    Copy the full SHA
    031ebbb View commit details
    Browse the repository at this point in the history

Commits on Aug 1, 2024

  1. update naming

    russbiggs committed Aug 1, 2024
    Configuration menu
    Copy the full SHA
    384dac7 View commit details
    Browse the repository at this point in the history

Commits on Aug 2, 2024

  1. added tests

    russbiggs committed Aug 2, 2024
    Configuration menu
    Copy the full SHA
    3bb0539 View commit details
    Browse the repository at this point in the history

Commits on Aug 16, 2024

  1. update v3 measurements endpoints functions (#21)

    * adds methods and tests for v3 measurements with new rollup options
    
    * add updated measurements endpoints
    russbiggs authored Aug 16, 2024
    Configuration menu
    Copy the full SHA
    c1a301a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    16c620f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    529da7f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7ce0481 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    c2d03e7 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    824665a View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    2597e8b View commit details
    Browse the repository at this point in the history
  8. syntax fix

    russbiggs committed Aug 16, 2024
    Configuration menu
    Copy the full SHA
    2f3a98e View commit details
    Browse the repository at this point in the history
  9. fix docs example imports

    russbiggs committed Aug 16, 2024
    Configuration menu
    Copy the full SHA
    ea64c79 View commit details
    Browse the repository at this point in the history

Commits on Aug 18, 2024

  1. integration tests (#24)

    russbiggs authored Aug 18, 2024
    Configuration menu
    Copy the full SHA
    c718525 View commit details
    Browse the repository at this point in the history

Commits on Aug 22, 2024

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

Commits on Aug 27, 2024

  1. Feature/v3 sensors (#26)

    * testing
    
    * sensor resources and refactors around client and tests
    russbiggs authored Aug 27, 2024
    Configuration menu
    Copy the full SHA
    8995097 View commit details
    Browse the repository at this point in the history
  2. testing

    russbiggs committed Aug 27, 2024
    Configuration menu
    Copy the full SHA
    cb86ef1 View commit details
    Browse the repository at this point in the history
  3. add missing import

    russbiggs committed Aug 27, 2024
    Configuration menu
    Copy the full SHA
    af46152 View commit details
    Browse the repository at this point in the history

Commits on Aug 28, 2024

  1. add logging (#27)

    russbiggs authored Aug 28, 2024
    Configuration menu
    Copy the full SHA
    ed08280 View commit details
    Browse the repository at this point in the history

Commits on Sep 13, 2024

  1. add latest resource (#28)

    russbiggs authored Sep 13, 2024
    Configuration menu
    Copy the full SHA
    a0f2c4c View commit details
    Browse the repository at this point in the history

Commits on Sep 14, 2024

  1. docs updates (#29)

    russbiggs authored Sep 14, 2024
    Configuration menu
    Copy the full SHA
    f3ef90c View commit details
    Browse the repository at this point in the history

Commits on Oct 1, 2024

  1. Configuration menu
    Copy the full SHA
    0b38935 View commit details
    Browse the repository at this point in the history
  2. documentation updates

    russbiggs committed Oct 1, 2024
    Configuration menu
    Copy the full SHA
    9a28efd View commit details
    Browse the repository at this point in the history
  3. docs

    russbiggs committed Oct 1, 2024
    Configuration menu
    Copy the full SHA
    30b2428 View commit details
    Browse the repository at this point in the history
  4. test fix

    russbiggs committed Oct 1, 2024
    Configuration menu
    Copy the full SHA
    5020484 View commit details
    Browse the repository at this point in the history
  5. measurements updates

    russbiggs committed Oct 1, 2024
    Configuration menu
    Copy the full SHA
    97de86f View commit details
    Browse the repository at this point in the history
  6. test fixes

    russbiggs committed Oct 1, 2024
    Configuration menu
    Copy the full SHA
    14444db View commit details
    Browse the repository at this point in the history
  7. debug test

    russbiggs committed Oct 1, 2024
    Configuration menu
    Copy the full SHA
    4d0acf0 View commit details
    Browse the repository at this point in the history
  8. remove measurements test

    russbiggs committed Oct 1, 2024
    Configuration menu
    Copy the full SHA
    44c9ad2 View commit details
    Browse the repository at this point in the history
  9. pyproject update

    russbiggs committed Oct 1, 2024
    Configuration menu
    Copy the full SHA
    0013ff4 View commit details
    Browse the repository at this point in the history