superfaceai / service-client

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

feat: Ability to `fetch` without authentication #37

Closed kysely closed 3 years ago

kysely commented 3 years ago

closes #31

kysely commented 3 years ago

@janhalama I think we should also disable authentication for some already existing calls. I listed all the existing abstracted calls to Store and marked which can use disabled auth. I checked against Brain, but can you please revise?


🔴 will authenticate ✅ can fetch without authentication

janhalama commented 3 years ago

@janhalama I think we should also disable authentication for some already existing calls. I listed all the existing abstracted calls to Store and marked which can use disabled auth. I checked against Brain, but can you please revise?

You are right, only create* endpoints require authentication at the moment.

kysely commented 3 years ago

@janhalama Done, please review :)