Skip to content

Commit

Permalink
feat(org): adopt organization endpoints for VDP (#60)
Browse files Browse the repository at this point in the history
Because

- VDP now supports organization endpoints
- VDP will step up to beta release

This commit

- adopt organization endpoints for VDP
- adopt beta version endpoints
  • Loading branch information
heiruwu authored Dec 7, 2023
1 parent c5f3e87 commit 0c313d6
Show file tree
Hide file tree
Showing 12 changed files with 1,336 additions and 197 deletions.
4 changes: 2 additions & 2 deletions instill/clients/instance.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@

import grpc

import instill.protogen.core.mgmt.v1alpha.mgmt_public_service_pb2_grpc as mgmt_service
import instill.protogen.core.mgmt.v1beta.mgmt_public_service_pb2_grpc as mgmt_service
import instill.protogen.model.model.v1alpha.model_public_service_pb2_grpc as model_service
import instill.protogen.vdp.pipeline.v1alpha.pipeline_public_service_pb2_grpc as pipeline_service
import instill.protogen.vdp.pipeline.v1beta.pipeline_public_service_pb2_grpc as pipeline_service


class InstillInstance:
Expand Down
Loading

0 comments on commit 0c313d6

Please sign in to comment.