Skip to content

Latest commit

 

History

History
54 lines (33 loc) · 1.22 KB

File metadata and controls

54 lines (33 loc) · 1.22 KB
title Miscellaneous

Miscellaneous

This is a miscellaneous set of APIs which provide access to top level {{ site.data.variables.product.product_name }} resources and info.

The Emojis API lets you list all the emojis available to use on {{ site.data.variables.product.product_name }}.

The Gitignore API gives you access to the available gitignore templates.

The Markdown API lets you render Markdown documents.

{% if page.version == 'dotcom' %}

The Meta API provides information about GitHub.com (the service).

{% else %}

The Meta API provides information about your organization's GitHub Enterprise installation.

{% endif %}

{% if page.version == 'dotcom' %}

The Rate Limit API lets you check your current rate limit status at any time.

{% endif %}

The Licenses API returns information about open source licenses or under what license, if any a given project is distributed.