mirror of
https://github.com/gfleury/go-bitbucket-v1.git
synced 2025-04-05 17:28:05 -05:00
26 lines
612 B
Markdown
26 lines
612 B
Markdown
# Go API Server for swagger
|
|
|
|
Bitbucket Server API (former stash).
|
|
|
|
## Overview
|
|
This server was generated by the [swagger-codegen]
|
|
(https://github.com/swagger-api/swagger-codegen) project.
|
|
By using the [OpenAPI-Spec](https://github.com/OAI/OpenAPI-Specification) from a remote server, you can easily generate a server stub.
|
|
-
|
|
|
|
To see how to make this your own, look here:
|
|
|
|
[README](https://github.com/swagger-api/swagger-codegen/blob/master/README.md)
|
|
|
|
- API version: 1.0.0
|
|
- Build date: 2020-03-18T00:40:49.792Z
|
|
|
|
|
|
### Running the server
|
|
To run the server, follow these simple steps:
|
|
|
|
```
|
|
go run main.go
|
|
```
|
|
|