superfaceai / service-client

Library provides client for superface backend apis.
MIT License
5 stars 1 forks source link

Rethink service-client #56

Open janhalama opened 3 years ago

janhalama commented 3 years ago

Service Client was firstly designed as HTTP client with implementation of authentication flows. Unfortunately we started adding support for any endpoint required by clients of Superface services.

We should rethink this approach. one-sdk-js can help us with it.