krakend / krakend-ce

KrakenD Community Edition: High-performance, stateless, declarative, API Gateway written in Go.
https://www.krakend.io
Apache License 2.0
1.98k stars 452 forks source link

where to find the client for krakend and how to integrate with APIs #355

Closed nagaraj-trivedi closed 3 years ago

nagaraj-trivedi commented 3 years ago

Hi all, I am setting up the krakend API Gateway for the first time. Wanted to know from where to find the client and how to integrate APIs with krakend. From where we need to get this information.

alombarte commented 3 years ago

Hi,

There is no client-specific software for KrakenD, as it exposes a regular HTTP API. You can interact KrakenD with any HTTP client of your choice, from terminal using curl, from your own software with an HTTP call, or visually using an UI like Postman.

github-actions[bot] commented 2 years ago

This issue was marked as resolved a long time ago and now has been automatically locked as there has not been any recent activity after it. You can still open a new issue and reference this link.