Skip to content
This repository has been archived by the owner on Nov 16, 2020. It is now read-only.

SDK client library for Dispatch #20

Closed
kars7e opened this issue Dec 13, 2017 · 1 comment
Closed

SDK client library for Dispatch #20

kars7e opened this issue Dec 13, 2017 · 1 comment
Assignees
Labels

Comments

@kars7e
Copy link
Contributor

kars7e commented Dec 13, 2017

Currently, there is no single package that would expose client-side functions for easy interaction with Dispatch. CLI uses swagger generated code directly and has many helper functions, useful when interacting with our API. Instead, we should:

  • extract the logic to interact with our API into separate client package, which will act as an SDK
  • make CLI use this package instead of using anything directly
  • Expose the client package, so that third-party integrations can be done easily.

Partially implemented for the purpose of event driver unit tests.

@kars7e kars7e self-assigned this Dec 13, 2017
@kars7e kars7e added the feature label Mar 2, 2018
@kars7e kars7e added this to the June Preview Release milestone May 11, 2018
@berndtj berndtj modified the milestones: June Preview Release, July Preview Release Jun 5, 2018
@berndtj berndtj modified the milestones: July Preview Release, August Milestone Jul 2, 2018
@kars7e
Copy link
Contributor Author

kars7e commented Jul 11, 2018

This was actually done in #446 & #502

@kars7e kars7e closed this as completed Jul 11, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

2 participants