-
Notifications
You must be signed in to change notification settings - Fork 67
Open
Labels
Description
All the new PRs for adding terms should be committed to the branch develop
, as a JSON File in the directory src/content/terms. Following is the sample structure of the JSON file you can add:
File name: api.json
{
"title": "APIs",
"subtext": "Application Programming Interfaces",
"categories": ["all"],
"author": "Buzzpy",
"description": {
"title": "APIs",
"texts": [
"An API (Application Programming Interface) is a set of rules that allows different software programs to communicate with each other. It defines how requests and responses should be formatted so that different systems can interact seamlessly.",
"APIs are used to integrate different services, enabling developers to build applications that interact with other software or services."
],
"image": "https://www.openlegacy.com/hs-fs/hubfs/Picture1-2.webp?width=969&height=509&name=Picture1-2.webp",
"references": [
"https://www.postman.com/what-is-an-api/"
]
}
}
Note: if you aren't sure about the category, please look at the other terms on the website to get a basic idea. Or, you can keep it as "all", we'll review it and add the category.
Can't wait to see your contributions!
EduardoDoSomeCode