This repository contains various resources for learning how to use Credyt.
Bruno is an open-source API client that integrates nicely with Git - kind of like Postman, but better 🙂
We've provided various bruno collections in the ./bruno directory to accompany our docs.
After downloading Bruno:
-
Clone this repository
git clone git@github.com:credyt/learn.git ./learn-credyt -
Open the Bruno app and select "Open Collection"
-
Choose the collection directory
./learn-credyt/bruno/credyt-api -
In the top right of the Bruno app select the environments dropdown and select "Configure"
-
Obtain your API keys from the Credyt Portal and add them under the
credytApiKeyvariable for your desired environment (testorlive). Make sure to "Save" the changes. -
Select the target environment in Bruno
You should now be all set to make requests to the Credyt API and follow along with the docs.