Skip to content

Instantly share code, notes, and snippets.

View jamietanna's full-sized avatar

Jamie Tanna jamietanna

View GitHub Profile
@bih
bih / README.md
Last active November 10, 2018 22:52
Building API's with Jekyll

Building API's in Jekyll

This is part of a blog post series that I'm writing called Advanced Jekyll which you can find on [my website, bilaw.al][site].

You can read the blog post [Building API's in Jekyll by clicking here][post].

Installation

All the code in this gist is what I use to build API's with in Jekyll.

@bojanz
bojanz / responsetest.go
Last active April 29, 2024 12:55
OpenAPI assert helper
package responsetest
import (
"context"
"net/http"
"net/http/httptest"
"testing"
"github.com/getkin/kin-openapi/openapi3"
"github.com/getkin/kin-openapi/openapi3filter"