Replies: 1 comment 4 replies
-
All should work. We use that SDK in numerous places. For instance API you might also consider using upstream SDK: What is |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi, I'm building a TS package that has to interact with different Apicurio registries to get it's artifacts and contents to provide some autocompletion capabilities to our VsCode extension. Later this could be part of a standalone React app (using monaco editor).
For now we were using axios to fetch the registry artifacts. To handle authentication, in VS Code we are using the RH Authentication extension so we can get the
accessToken
and set it as a Bearer token.I'm trying your Artifact Api's since they provide the same features we need + diferent authentication mechanisms that we may need in the future. But it seems that Artifacts API isn't using the
accessToken
I pass in the config. What should be the right way to use them with Auth? Noticed in the code that the auth settings are not used there..Thanks!
Beta Was this translation helpful? Give feedback.
All reactions