#Seeking node master who can guide me to connect an already made API to our web-application.
47 messages · Page 1 of 1 (latest)
what are you stuck on right now?
if your API has been made, then well, you just have to call it
also, if you were assigned to the backend, then isn't this not really your concern? it'd be up to whoever's doing the frontend to utilize the backend's api
i don't really need this information, could you answer my questions?
oh sorry, I have not made the server folder or the backend yet, i will yet to setup my local dev
the API we are using is actually already made.
what did you mean by this then, exactly?
what I mean by that is, the API is up and running from another software already, my point is , is it possible to use that, for example the i will only need the values and connect to their server.
yes a backend has been already made and its a software. called exterro FTK enterprise
so you have an external API, that you need to make a wrapper for, for your own application?
our client wants us to use the softwares API and integrate that into our own web app
why not just call that API directly from your frontend?
hmm, but we will also require to authenticate the user, create own custom loggin using nextauth
which part is the requirement here? both, or just the former?
does the external API have authentication?
yes they have authentication, where they are required to login with their administrative accounts example their admin windows account.
not a thid party where they can use oauth
or register.
why not just use that auth then?
this kind of confuse me so, you mean no backend related will be happening nor a database.
that i will be creating?
anyways this is a valuable information, i will comeback here and provide a much more detailed description, after our meeting we will have to ask the full description
thank you sir
my point is that it doesn't sound like you really need a separate backend
hello sir
https://localhost:4443/api/v2/enterpriseapi/core/createcase
this API will only work on my machine if if the software is running only. and this is the already-made API that I am talking about
i followed the documentation but couldnt seem to POST
consider using http for localhost testing