Skip to content

Finch.io 0.1.2

Compare
Choose a tag to compare
@vkostyukov vkostyukov released this 26 Jul 12:10
· 2154 commits to master since this release

The package structure is improved in this release. Also a setup function is no longer required for converting the endpoint into service. Facets are just a special kind of filters: filters that don't change request type but change the response type. Finally, everything (filters, services and endpoints) may be piped with pipe ! operator.

See more details in README.md file.

Enjoy!