learntocloud / define-the-cloud

API that serves L2C cloud dictionary
https://definethecloud.guide
MIT License
28 stars 8 forks source link

Submit a Cloud Definition #143

Closed eoadeka closed 1 year ago

eoadeka commented 1 year ago

Do NOT copy/paste a definition from somewhere else. Read about the word you want to define and come up with your own definition. Copy/Paste submissions will be closed and not added.

Fill out the JSON with your submission:

    {
    "word": "Endpoint",
    "content": "A combination of IP address and port number. For example: 10.20.1.0:2020; where 2020 is the port number.",
    "learn_more_URL":"https://subscription.packtpub.com/book/cloud-and-networking/9781783986545/1/ch01lvl1sec10/creating-an-endpoint#:~:text=A%20pair%20of%20values%20consisting,network%20is%20called%20an%20endpoint.",
    "tag":"networking",
    "abbreviation": "",
    "author_name":"Ella Adeka",
    "author_link": "https://github.com/ella-adeka/"
    }

Fill out the JSON below with the following.

Word (REQUIRED)

The word you are defining. Check this URL for all words we currently have.

Content (REQUIRED)

The definition. No more than 3 sentences.

learn more URL (REQUIRED)

Website where people can visit to learn more about the word.

tag (REQUIRED and select one)

Tech category the word fits in. Options:

abbreviation (OPTIONAL)

If the word is commonly abbreviated, please provide it. For example, command line interface is often abbreviated as CLI.

author name (REQUIRED)

Your name.

author link (REQUIRED)

The URL you want your name to link to.

madebygps commented 1 year ago

Added, https://definethecloud.guide/endpoint, thank you for the contribution