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

Feat/create api components #277

Merged
merged 31 commits into from
Dec 4, 2023
Merged

Feat/create api components #277

merged 31 commits into from
Dec 4, 2023

Commits on Jun 21, 2023

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

Commits on Jun 22, 2023

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

Commits on Jun 23, 2023

  1. (feat) Created the API component for the auth module. Created also th…

    …e required classes to handle pagination options and results pagination information.
    abel committed Jun 23, 2023
    Configuration menu
    Copy the full SHA
    011b9ee View commit details
    Browse the repository at this point in the history

Commits on Oct 11, 2023

  1. Configuration menu
    Copy the full SHA
    a5040cd View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    df4436d View commit details
    Browse the repository at this point in the history
  3. (feat) Created the API component for the auth module. Created also th…

    …e required classes to handle pagination options and results pagination information.
    abel committed Oct 11, 2023
    Configuration menu
    Copy the full SHA
    42c3cb4 View commit details
    Browse the repository at this point in the history
  4. Merge branch 'feat/create_api_components' of https://github.com/Injec…

    …tiveLabs/sdk-python into feat/create_api_components
    abel committed Oct 11, 2023
    Configuration menu
    Copy the full SHA
    cb666b3 View commit details
    Browse the repository at this point in the history
  5. (fix) Fix Network imports in tests after synchronizing the refactorin…

    …g branch with `dev`. Updated isort configuration to combine as imports
    abel committed Oct 11, 2023
    Configuration menu
    Copy the full SHA
    d4b51d1 View commit details
    Browse the repository at this point in the history

Commits on Oct 20, 2023

  1. (feat) Implemented Indexer Account low level API component. Created n…

    …ew functions in AsyncClient to use the new component and marked the old ones as deprecated (to be removed in the future)
    abel committed Oct 20, 2023
    Configuration menu
    Copy the full SHA
    ba7c0ab View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    45a4b7e View commit details
    Browse the repository at this point in the history

Commits on Oct 24, 2023

  1. (feat) Implemented low level API component for Transactions module. A…

    …dded tests cases and created new functions in AsyncClient using the new component. Marked old functions as deprecated
    abel committed Oct 24, 2023
    Configuration menu
    Copy the full SHA
    f49d7c5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    78612f6 View commit details
    Browse the repository at this point in the history

Commits on Oct 30, 2023

  1. (feat) Created Indexer Meta API components. Created new functions in …

    …AsyncClient to use them and market the ones interacting directly with the stubs as deprecated
    abel committed Oct 30, 2023
    Configuration menu
    Copy the full SHA
    125c94b View commit details
    Browse the repository at this point in the history

Commits on Oct 31, 2023

  1. (feat) Implemented the low level API component for Indexer Oracle mod…

    …ule, with the unit tests. Created new methods in AsyncClient to use them, and marked the ones directly using the stubs as deprecated
    abel committed Oct 31, 2023
    Configuration menu
    Copy the full SHA
    58ee139 View commit details
    Browse the repository at this point in the history
  2. (feat) Implemented low level API components for Indexer Insurance mod…

    …ule, with unit tests. Created new functions to access them in AsyncClient and marked the old functions using the stub directly as deprecated
    abel committed Oct 31, 2023
    Configuration menu
    Copy the full SHA
    7801216 View commit details
    Browse the repository at this point in the history
  3. (feat) Implemented the low level API components for the Indexer Aucti…

    …on module, with tests. Added new functions in AsyncClient to use the component and marked the old functions using the stub directly as deprecated
    abel committed Oct 31, 2023
    Configuration menu
    Copy the full SHA
    bd46412 View commit details
    Browse the repository at this point in the history

Commits on Nov 3, 2023

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

Commits on Nov 9, 2023

  1. Merge branch 'dev' of https://github.com/InjectiveLabs/sdk-python int…

    …o feat/create_api_components
    abel committed Nov 9, 2023
    Configuration menu
    Copy the full SHA
    caaec5d View commit details
    Browse the repository at this point in the history

Commits on Nov 13, 2023

  1. (feat) Implemented request endpoints for spot exchange in the low lev…

    …el API component. Added new functions in AsyncClient and deprecated the old ones. Updated examples
    abel committed Nov 13, 2023
    Configuration menu
    Copy the full SHA
    c7c1b53 View commit details
    Browse the repository at this point in the history

Commits on Nov 15, 2023

  1. (feat) Implemented low level API for all stream endpoints of the spot…

    … exchange module. Deprecated the old stream functions in AsyncClient and implemented new functions for the API component streams. Updated the example scripts.
    abel committed Nov 15, 2023
    Configuration menu
    Copy the full SHA
    675d71f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d89245a View commit details
    Browse the repository at this point in the history

Commits on Nov 17, 2023

  1. (feat) Added exchange derivative module gRPC requests to the low leve…

    …l API components. Created the unit tests for the new functionality. Added new functions in AsyncClient using the API components and deprecated the old functions
    abel committed Nov 17, 2023
    Configuration menu
    Copy the full SHA
    a549e62 View commit details
    Browse the repository at this point in the history

Commits on Nov 27, 2023

  1. (feat) Added low level API component for exchange derivative streams.…

    … Added unit tests for the new functionality. Included new functions in AsyncClient using the low level API components, and marked the old functions as deprecated
    abel committed Nov 27, 2023
    Configuration menu
    Copy the full SHA
    0edbb81 View commit details
    Browse the repository at this point in the history

Commits on Nov 29, 2023

  1. (feat) Added low level API components for the exchange portfolio modu…

    …le, with unit tests. Included new functions in AsyncClient to use the low level API components and marked the old functions as deprecated. Updated the examples to use the new AsyncClient functions.
    abel committed Nov 29, 2023
    Configuration menu
    Copy the full SHA
    cfb507e View commit details
    Browse the repository at this point in the history

Commits on Dec 1, 2023

  1. (feat) Added low level API components for the exchange explorer modul…

    …e, with unit tests. Included new functions in AsyncClient to use the low level API components and marked the old functions as deprecated. Updated the examples to use the new AsyncClient functions.
    abel committed Dec 1, 2023
    Configuration menu
    Copy the full SHA
    25adca0 View commit details
    Browse the repository at this point in the history
  2. (feat) Added low level API component for exchange explorer streams. A…

    …dded unit tests for the new functionality. Included new functions in AsyncClient using the low level API components, and marked the old functions as deprecated. Updated the example scripts.
    abel committed Dec 1, 2023
    Configuration menu
    Copy the full SHA
    d65cb2e View commit details
    Browse the repository at this point in the history

Commits on Dec 2, 2023

  1. (feat) Added low level API component for chain stream. Added unit tes…

    …ts for the new functionality. Included new functions in AsyncClient using the low level API components, and marked the old functions as deprecated. Updated the example scripts.
    abel committed Dec 2, 2023
    Configuration menu
    Copy the full SHA
    f32ec5e View commit details
    Browse the repository at this point in the history

Commits on Dec 3, 2023

  1. Merge branch 'dev' of https://github.com/InjectiveLabs/sdk-python int…

    …o feat/create_api_components
    abel committed Dec 3, 2023
    Configuration menu
    Copy the full SHA
    8e2a66e View commit details
    Browse the repository at this point in the history

Commits on Dec 4, 2023

  1. Configuration menu
    Copy the full SHA
    4de1701 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e72eedf View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7672c35 View commit details
    Browse the repository at this point in the history