Skip to content

Instantly share code, notes, and snippets.

View yz4230's full-sized avatar

Ishiyama Yuzuki yz4230

  • University of Electro-Communications
  • Tokyo, Japan
  • 01:22 (UTC +09:00)
  • X @yz4230
View GitHub Profile
package mdns
import (
"fmt"
"net"
"os"
"strings"
"sync"
"sync/atomic"
"time"
@yz4230
yz4230 / artic-api.json
Last active October 4, 2024 13:36
OpenAPI v3 of Art Institute of Chicago API
{
"openapi": "3.0.1",
"info": {
"title": "Art Institution of Chicago API",
"description": "An API for an aggregator of Art Institute of Chicago public data. This documentation was generated by `php artisan docs:swagger` on 2024-08-15 12:08:24",
"termsOfService": "https://www.artic.edu/terms/terms-and-conditions",
"contact": {
"email": "engineering@artic.edu"
},
"license": {