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.3", | |
| "info": { | |
| "description": "Congress.gov shares its application programming interface (API) with the public to ingest the Congressional data. <a href=\"sign-up/\" target=\"_blank\">Sign up for an API key</a> from api.data.gov that you can use to access web services provided by Congress.gov. To learn more, view our <a href=\"https://github.com/LibraryOfCongress/api.congress.gov/\" target=\"_blank\">GitHub repository</a>.\n", | |
| "title": "Congress.gov API", | |
| "version": "3" | |
| }, | |
| "servers": [ | |
| { | |
| "url": "/v3" |
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.2' | |
| info: | |
| title: JSONPlaceholder | |
| version: '1.0' | |
| servers: | |
| - url: https://jsonplaceholder.typicode.com/ | |
| components: | |
| schemas: | |
| post: |
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": "Cat Fact API", | |
| "description": "An API for facts about cats", | |
| "contact": { | |
| "email": "contact@catfact.ninja" | |
| }, | |
| "version": "1.0.0" | |
| }, |
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
| /* | |
| * Arduino library for the ATSHA204 authentication chip. | |
| * | |
| * The ATSHA204 is a tiny and low-power authentication chip. This library | |
| * implements a simple interface to access most of the chip functionality from | |
| * an Arduino. | |
| * | |
| * Note that only the Single-Wire Interface (SWI) is currently supported. | |
| * | |
| * FEATURES: |