martini-api-example

command module
v0.0.0-...-2f8a582 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: May 29, 2015 License: BSD-3-Clause Imports: 13 Imported by: 0

README

A RESTful API example with Martini

Install and run

To install this example application, run the usual:

go get github.com/PuerkitoBio/martini-api-example

To run locally, it requires cert.pem and key.pem files (for TLS/https). You can generate the pair of files using this simple command, adapted to your environment for the GOROOT part:

go run /path/to/goroot/src/pkg/crypto/tls/generate_cert.go --host="localhost"

When running the API server (which will be named martini-api-example, in your $GOPATH/bin directory), it will look for the *.pem files in the current directory. You can adapt the code as you see fit, if you want to specify, for example, an absolute path (it is in server.go).

Blog post

This repository is the companion source code for my blog post on 0value.com. It shows how to build a RESTful API using the martini package. Please note that martini is currently a moving target, so please file an issue (or submit a PR) if the code doesn't work anymore with more recent versions of martini.

License

The BDS 3-clause license.

Documentation

The Go Gopher

There is no documentation for this package.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL