This file contains 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
#include <substrate.h> | |
#include <mach/mach.h> | |
#include <mach/mach_time.h> | |
#include <IOKit/hid/IOHIDEventTypes.h> | |
#include <IOKit/hidsystem/IOHIDUsageTables.h> | |
#include <GraphicsServices/GraphicsServices.h> |
This file contains 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
# this is an example of the Uber API | |
# as a demonstration of an API spec in YAML | |
swagger: "2.0" | |
info: | |
title: Uber API | |
description: Move your app forward with the Uber API | |
version: "1.0.0" | |
# the domain of the service | |
host: api.uber.com | |
# array of all schemes that your API supports |