Skip to content

Eldarrin/nexus-go-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Sonatype Nexus Go API

Based on their swagger 2.0 doc for the Nexus Go API. Version: 3.40.1

Installation

go get -u github.com/Eldarrin/nexus-go-api

Usage

package main

import (
    "fmt"
    "github.com/Eldarrin/nexus-go-api/client"
    "github.com/Eldarrin/nexus-go-api/models"
)

func main() {

    resp, err := client.Default().GetRepositories()
    if err != nil {
        fmt.Println(err)
    }

}

To generate your own client for internal use; use the following create.sh

Examples

License

Authors

To

About

Swagger implementation of the Nexus RM API

Resources

Stars

Watchers

Forks

Packages

No packages published