{"id":20493092,"url":"https://github.com/cloudboost/developers","last_synced_at":"2025-09-11T13:33:07.453Z","repository":{"id":96802427,"uuid":"41296606","full_name":"CloudBoost/developers","owner":"CloudBoost","description":"Developer documentation for CloudBoost","archived":false,"fork":false,"pushed_at":"2018-05-20T04:52:59.000Z","size":12896,"stargazers_count":6,"open_issues_count":1,"forks_count":17,"subscribers_count":13,"default_branch":"master","last_synced_at":"2025-04-13T17:13:53.772Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://developers.cloudboost.io","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/CloudBoost.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null}},"created_at":"2015-08-24T10:14:20.000Z","updated_at":"2018-06-18T18:46:53.000Z","dependencies_parsed_at":"2024-01-23T17:51:37.248Z","dependency_job_id":null,"html_url":"https://github.com/CloudBoost/developers","commit_stats":null,"previous_names":[],"tags_count":37,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CloudBoost%2Fdevelopers","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CloudBoost%2Fdevelopers/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CloudBoost%2Fdevelopers/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CloudBoost%2Fdevelopers/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/CloudBoost","download_url":"https://codeload.github.com/CloudBoost/developers/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248750128,"owners_count":21155687,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-15T17:32:52.756Z","updated_at":"2025-04-13T17:14:06.255Z","avatar_url":"https://github.com/CloudBoost.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Tutorial\n\n[![Build Status](https://travis-ci.org/CloudBoost/tutorial.svg?branch=master)](https://travis-ci.org/CloudBoost/tutorial)\n\n\nTutorials for CloudBoost is hosted at [https://tutorials.cloudboost.io](https://tutorials.cloudboost.io)\n\n# Guide for writing tutorials\n\nApart from Markdown [Guide for markdown](https://guides.github.com/features/mastering-markdown), this guide will help you to make tutorials compatible with [https://tutorials.cloudboost.io](https://tutorials.cloudboost.io)\n\n\n## Menu Headings\nMenu headings should start with #(h1 tag), **without full stop(.)** at the end.\n\n## Info\nInfo quotes should enclosed in span tags with class=\"tut-info\".\u003c/br\u003e\neg: ```\u003cspan class=\"tut-info\"\u003eInfo\u003c/span\u003e```\n\n## Important quotes\nImportant quotes should be enclosed in span tags with class=\"tut-imp\".\u003c/br\u003e\neg: ```\u003cspan class=\"tut-imp\"\u003eimportant \u003c/span\u003e```\n\n## Warning quotes\nWarning quotes should be enclosed in span tags with class=\"tut-warning\".\u003c/br\u003e\neg: ```\u003cspan class=\"tut-warning\"\u003eWarning \u003c/span\u003e```\n\n## Images\nFor full length images, use image tag with class=\"full-length-img\".\u003c/br\u003e\neg: ```\u003cimg class=\"full-length-img\" alt=\"\" src=\"path/image.png\"\u003e```\n\u003c/br\u003e\nFor center/mid length images, use image tag with class=\"center-img\".\u003c/br\u003e\neg: ```\u003cimg class=\"center-img\" alt=\"\" src=\"path/image.png\"\u003e```\n\n## Small / One line code snippets\nSmall code or one line code snippets should be enclosed in span tags with class=\"tut-snippet\".\u003c/br\u003e\neg: ```\u003cspan class=\"tut-snippet\"\u003evar x=150; \u003c/span\u003e```\n\n## Multi line code snippets\nMulti lines code snippet acts as code tabs of different programming languages. These multi line code should be written in span tags with class=\"(name of programming language)-lines\" and with data attribute data-query=\"(functionality name of this code)\". The main code should enclosed in ```(original markdown for code snippet) inside of span tags.\n\neg: \n```\n\u003cspan class=\"java-lines\" data-query=\"addtable\"\u003e\n`` `\nyour code line 1\nyour code line 2\nyour code line 3\n` ``\n\u003c/span\u003e\n```\n\nYou can add more programming languages codes followed one after one of same functionality.\u003c/br\u003e\neg:\n\n```\n\u003cspan class=\"java-lines\" data-query=\"addtable\"\u003e\n\u003c/span\u003e\n    \n\u003cspan class=\"nodejs-lines\" data-query=\"addtable\"\u003e\n\u003c/span\u003e\n    \n\u003cspan class=\"dotnet-lines\" data-query=\"addtable\"\u003e;\n\u003c/span\u003e;\n```\n\n**Important**\n* There shoud not be any space between codes line, if it necessary to display space, use // quote marks\neg:\n```\n\u003cspan class=\"js-lines\" data-query=\"addtable\"\u003e\n` ``\nvar i=0;\n//\nvar j=2\n`` `\n\u003c/span\u003e\n```\n* There should be one line space between different programming language span tags.\n* data-query=\"functionality name\" should be same for different programming language of same functionality.\n* Functionality name should be unique and shoudn't conflict with other functionality names.\n* Following are the allowed strings to mention the programming language\n  * Javascript-\u003ejs-lines\n  * .Net-\u003edotnet-lines\n  * Java-\u003ejava-lines\n  * Nodejs-\u003enodejs-lines\n  * IOS-\u003eios-lines\n  * IOT-\u003eiot-lines\n  * Ruby-\u003eruby-lines\n  * cURL-\u003ecurl-lines\n  * XML-\u003exml-lines\n\n# Contribute\nIf you want to contribute to this repo. Please make sure you spell check everything and make sure you have tested the code with the live CloudBoost API before sending us the pull request. \n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcloudboost%2Fdevelopers","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcloudboost%2Fdevelopers","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcloudboost%2Fdevelopers/lists"}