Skip to content

Instantly share code, notes, and snippets.

View Requinard's full-sized avatar

requinard Requinard

View GitHub Profile
@Requinard
Requinard / README.md
Last active July 25, 2017 13:00
EF API spec

Eurofurence API Spec

V1

Goals

  • Allow all applications to find views through a single string (URL)
  • Make sure these URLs are interchangable between platforms
  • Make these URLs sane to reason about

Keybase proof

I hereby claim:

  • I am requinard on github.
  • I am requinard (https://keybase.io/requinard) on keybase.
  • I have a public key ASArDJXWy7zcKAQuMB80bXsFuVyxwqSkYo7j9o3Dp8yGCwo

To claim this, I am signing this object:

Announcement:
type: object
properties:
id:
type: string // UUID
topic:
type: string // staff/security, public/schedule, public/alert
title:
type: string // Shit's on fire yo
message:
[
{
"id":"ADWAWDAWe1212", //you get the gist
"lat":52.474167,
"lng":13.459444,
"title": "The Estrel",
"description":"The place to be, the centre stage of Eurofurence 22!"
"category":"convention"
},
id":"ADWAWDAWe1212", //you get the gist
@Requinard
Requinard / Swagger POM
Created March 29, 2016 13:16
A pom.xml to autogen swagger client libaries
<build>
<plugins>
<plugin>
<groupId>io.swagger</groupId>
<artifactId>swagger-codegen-maven-plugin</artifactId>
<version>2.1.5</version>
<executions>
<execution>
<goals>
<goal>generate</goal>
SoundPlayer player = new SoundPlayer();
player.SoundLocation = "surpise_motherfucker.mp3";
// players gonna play play play
player.Play();