Skip to content

Instantly share code, notes, and snippets.

View wjkennedy's full-sized avatar
💭
I may be slow to respond.

William Kennedy wjkennedy

💭
I may be slow to respond.
View GitHub Profile
@patpohler
patpohler / Big List of Real Estate APIs.md
Last active July 28, 2024 02:06
Evolving list of Real Estate APIs by Category

Big List of Real Estate APIs

Listings / Property Data

####Rets Rabbit http://www.retsrabbit.com

Rets Rabbit removes the nightmare of importing thousands of real estate listings and photos from RETS or ListHub and gives you an easy to use import and Web API server so you can focus on building your listing search powered website or app.

@vested-sigil
vested-sigil / notion.yaml
Created January 26, 2024 00:07
swagger spec for notion.so for custom GPTS
openapi: 3.0.0
info:
title: Notion API
description: API for interacting with Notion resources such as pages and databases.
version: 1.0.0
servers:
- url: https://api.notion.com/v1
description: Main API server
paths:
/pages/{page_id}: