beego

command
v0.0.0-...-bf4ab67 Latest Latest
Warning

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

Go to latest
Published: Jan 5, 2021 License: Apache-2.0 Imports: 7 Imported by: 0

README

Beego API Example

This is an example of how to serve an API using beego

Getting Started

Run the Micro API
$ micro api --handler=http
Run the Greeter Service
$ go run greeter/srv/main.go

### Run the Greeter API

$ go run beego.go
Curl API

Test the index

curl http://localhost:8080/greeter

Output

{
  "message": "Hi, this is the Greeter API"
}

Test a resource

 curl http://localhost:8080/greeter/asim

Output

{
  "msg": "Hello asim"
}

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