- From a Home screen, swipe up or down from the center of the display to access the apps screen. Note These instructions only apply to the default Home screen layout.
- Navigate: Settings Settings icon > Developer options Developer options icon.
- Note If unavailable, swipe up or down from the center of the display then navigate: Settings > About phone > Software information then tap Build number 7 times.
- Note If presented, enter the current PIN, password or pattern.
- Ensure the Developer options switch (upper-right) is turned on Switch on icon.
- From the Debugging section, tap USB debugging to turn on or off.
- If prompted, tap OK to confirm.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"openapi": "3.0.0", | |
"info": { | |
"title": "spoonacular API", | |
"description": "The spoonacular Nutrition, Recipe, and Food API allows you to access over 380,000 recipes, thousands of ingredients, 80,000 food products, and 100,000 menu items. Our food ontology and semantic recipe search engine makes it possible to search for recipes using natural language queries, such as \"gluten free brownies without sugar\" or \"low fat vegan cupcakes.\" You can automatically calculate the nutritional information for any recipe, analyze recipe costs, visualize ingredient lists, find recipes for what's in your fridge, find recipes based on special diets, nutritional requirements, or favorite ingredients, classify recipes into types and cuisines, convert ingredient amounts, or even compute an entire meal plan. With our powerful API, you can create many kinds of food and especially nutrition apps.\n\nSpecial diets/dietary requirements currently available include: vegan, vegetarian, pescetarian, gluten free, grain free |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
openapi: 3.1.0 | |
info: | |
title: My API | |
version: 1.0.0 | |
paths: | |
/things: | |
post: | |
parameters: | |
- $ref: '#/components/parameters/type' | |
description: The type of the thing to submit # only summary and description are effective here, they override any inside the $ref |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
openapi: 3.0.0 | |
info: | |
title: Hello World | |
version: 1.0.0 | |
paths: | |
/hello: | |
get: | |
parameters: | |
- name: name | |
in: query |
Over the years, some API definitions have gone missing at their original source URLs. Maybe the company or API has shut down, maybe they don't use a machine-readable API definition any more, or maybe we just haven't been able to find where it's gone.
- aiception.com url - 1.0.0 🔗 https://aiception.com/static/swagger.json
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
openapi: 3.0.0 | |
info: | |
title: OpenUV - Global Real-Time UV Index Forecast API | |
description: The missing minimalistic JSON real-time UV Index API for awesome | |
Developers, Innovators and Smart Home Enthusiasts | |
version: v1 | |
servers: | |
- url: https://api.openuv.io/api/{version} | |
variables: | |
version: |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?xml version="1.0" encoding="UTF-8" ?> | |
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"> | |
<channel> | |
<title>APIs.guru OpenAPI directory RSS feed</title> | |
<link>https://api.apis.guru/v2/list.rss</link> | |
<atom:link rel="self" href="https://api.apis.guru/v2/list.rss" type="application/rss+xml"/> | |
<description>APIs.guru OpenAPI directory RSS feed</description> | |
<webMaster>[email protected] (Mike Ralphson)</webMaster> | |
<pubDate>Wed, 15 Jul 2020 07:35:37 GMT</pubDate> | |
<generator>openapi-directory https://github.com/apis-guru/openapi-directory</generator> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
openapi: 3.0.0 | |
info: | |
title: API | |
version: 1.0.0 | |
paths: | |
/: | |
get: | |
security: | |
- apikey1: [] | |
apikey2: [] |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"openapi": "3.0.0", | |
"info": { | |
"version": "1.0.0", | |
"title": "Reinvent-API", | |
"description": "Reusable and minimalistic API for Hyperledger-fabric Networks", | |
"contact": { | |
"name": "Dev", | |
"email": "[email protected]", | |
"url": "https://dev.github.io/" |