fission / fission-workflows

Workflows for Fission: Fast, reliable and lightweight function composition for serverless functions
Apache License 2.0
371 stars 42 forks source link

Merge API packages #147

Closed erwinvaneyk closed 6 years ago

erwinvaneyk commented 6 years ago

This PR moves the different APIs from their own subpackages to the single api package. This is done to reduce the verbosity and complexity of imports. It also helps discovery, with all the important functionality in the api package.

Additionally: