Jump to content

Ikkada Evaraina API's meeda pani chesara?


Recommended Posts

Posted

Like developing/testing rest api's using swagger

Posted
1 minute ago, jefferson1 said:

Like developing/testing rest api's using swagger

yes..little bit…

what do you want..

Posted
3 minutes ago, dasari4kntr said:

yes..little bit…

what do you want..

I know little bit on how they work.

if you want to develop, how do we do that. are API's used in front end or back end.

how to connect it to our system so we can use them?

If we are reaching to an external or internal client within how we do that, settings part

Posted
1 minute ago, jefferson1 said:

I know little bit on how they work.

if you want to develop, how do we do that. are API's used in front end or back end.

how to connect it to our system so we can use them?

If we are reaching to an external or internal client within how we do that, settings part

i did it in dotnet core and spring boot…

all you have to do is add the openai package…and there is some standards you need to maintain…

  • Upvote 1
Posted
1 minute ago, dasari4kntr said:

i did it in dotnet core and spring boot…

all you have to do is add the openai package…and there is some standards you need to maintain…

any youtube video recommendation?

Posted
Just now, jefferson1 said:

any youtube video recommendation?

which language..? java ot dotnet or nodejs…etc all are adding a package….and configure…

Posted

Swagger editor is a software tool for writing API specs in either YAML, JSON etc

Swagger Hub is a doc repo for storing your API specs (org wide)

REST API specs are based on Open API standards

for Testing, lot of companies use POSTMAN tool

you will find tons of videos on youtube or udemy about these, easy to learn

APIs are everywhere, can be used as a connection between front end to backend, can be used in processing/system layers etc, depends on how you want to use and the number of layers/hops/processes your system has, can be used for both external and internal purpose

For auth/traffic management , you will use a API gateway tool like Apigee (Google's ), there are tons of other similar tools in the market as well, front ends or external clients will get an API key and will use that to access your API

I once did this with NodeJS, its pretty simple to enable

  • Upvote 1
Posted
4 hours ago, jefferson1 said:

 

 

4 hours ago, jefferson1 said:

I know little bit on how they work.

if you want to develop, how do we do that. are API's used in front end or back end.

how to connect it to our system so we can use them?

If we are reaching to an external or internal client within how we do that, settings part

You mean consuming other application APIs?  If yes, we have rest client libraries to consume apis. Configurations will be in security matchers of spring boot application. It configures various endpoints and within our application to authenticate/authorize.

If your project uses microservice architecture, you must get your api registered with service discovery instance. 

Posted
6 hours ago, jefferson1 said:

Like developing/testing rest api's using swagger

Ni requirement clear ga cheppu… otherwise ppl will give you a ton of information that confuses you 

do you want to know how to consume some other app’s api’s? Or do you want to build an api? 

  • Haha 1
Posted

anna naaku oka doubt 

em filed lo pani chestav nuvvu ?

moved from non-it to it ?

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...