Skip to content

Instantly share code, notes, and snippets.

View kinlane's full-sized avatar

Kin Lane kinlane

View GitHub Profile
openapi: 3.0.0
info:
title: Open311
version: v2
servers:
- url: 'http://{{base_url}}'
paths:
'/requests.{response_format}':
get:
summary: Get All Requests
@kinlane
kinlane / salesforce-rest-api-postman-collection-builder-environment.json
Created January 7, 2020 00:23
salesforce-rest-api-postman-collection-builder-environment.json
{
"id": "cfd883f0-9232-4fc8-a7fb-18003d537e8d",
"name": "Salesforce REST",
"values": [
{
"key": "host",
"value": "[your salesforce instance host]",
"enabled": true
},
{
@kinlane
kinlane / words.json
Last active August 11, 2020 07:00
words
[
{
"word": "of"
},
{
"word": "and"
},
{
"word": "to"
},
@kinlane
kinlane / slack-apis-json.yaml
Created October 31, 2019 04:38
slack-apis-json.yaml
name: Slack
x-slug: slack
description: Slack is a team communication application providing services such as
real-time messaging, archiving, and to search for modern teams. It offers one-on-one
messaging, private groups, persistent chat rooms, and direct messaging as well as
group chats organized by topic. All content inside Slack is searchable from one
search box and it integrates with a number of third-party services, including Google
Docs, Dropbox, Heroku, Crashlytics, GitHub, and Zendesk.
image: http://kinlane-productions.s3.amazonaws.com/api-evangelist-site/company/logos/slack-logo.png
tags: Chats,Collaboration,Communications,Messages
@kinlane
kinlane / postman-environment-two.json
Created October 30, 2019 22:04
postman-environment-two
{
"environment": {
"name": "Environment Two",
"values": [
{"key": "bearer", "value": "09883b08-967b-476d-bd90-2a6962e105e4"},
{"key": "name", "value": "Tim Lane"},
{"key": "title", "value": "Developer"},
{"key": "company", "value": "Postman"},
{"key": "country", "value": "United States"}
]
@kinlane
kinlane / postman-environment-one.json
Created October 30, 2019 21:08
postman-environment-one
{
"environment": {
"name": "Environment One",
"values": [
{"key": "bearer", "value": "0988fb08-967b-476d-bd90-2d6962e105e4"},
{"key": "name", "value": "Kin Lane"},
{"key": "title", "value": "Chief Evangelist"},
{"key": "company", "value": "Postman"},
{"key": "country", "value": "United States"}
]
@kinlane
kinlane / bunq-json-ld-schema.org.js
Created October 27, 2019 23:48
bunq-json-ld-schema.org.js
<script type="application/ld+json">
{
"@context": "http://schema.org",
"@type": "BankOrCreditUnion",
"name": "bunq",
"url": "https://www.bunq.com",
"@id": "https://www.bunq.com#identity",
"address": {
"@type": "PostalAddress",
"addressCountry": "Netherlands",
@kinlane
kinlane / google-api-json-ld.json
Created October 27, 2019 23:41
google-api-json-ld.json
{
"@context": "http://schema.org",
"@type": "WebAPI",
"name": "Google Knowledge Graph Search API",
"description": "The Knowledge Graph Search API lets you find entities in the Google Knowledge Graph. The API uses standard schema.org types and is compliant with the JSON-LD specification.",
"documentation": "https://developers.google.com/knowledge-graph/",
"termsOfService": "https://developers.google.com/knowledge-graph/terms"
}
@kinlane
kinlane / api-lifecycle.yaml
Created September 30, 2019 22:24
api-lifecycle
#---------------------
# Settings
#---------------------
title: API Evangelist Location API
description: This is a location API, providing many of the common building blocks of location. Providing the essential location ingredients needed through a variety of applications, without having to reinvent the wheel each times it is needed. This API is still being working on, and not quite ready for prime time, but if you have any questions, visit the road map and support sections below the documentation.
url: http://locations.apievangelist.com
tag: Location, Cities, Regions, Countries
logo: https://kinlane-productions.s3.amazonaws.com/api-evangelist/api-evangelist-logo-400.png
owner_name: Kin Lane
@kinlane
kinlane / socrata-apis-json.json
Created September 30, 2019 02:55
Socrata APIs.json
{
"name": "Socrata from Tyler Technologies",
"description": "This is an index of the Socrata from Tyler Technologies platform, providing a machine readable index of the Socrata discovery and metadata APIs, but also the APIs to get at the city, county, state, federal, and other open data hosted on the platform.",
"created": "2019-09-28",
"modified": "2019-09-29",
"url": "http://public.data.apievangelist.com/apis.json",
"version": "0.14",
"apis": [
{
"name": "Discovery",