1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29
|
Source: golang-github-ovh-go-ovh
Section: devel
Priority: optional
Maintainer: Debian Go Packaging Team <team+pkg-go@tracker.debian.org>
Uploaders: Thorsten Alteholz <debian@alteholz.de>
Build-Depends: debhelper-compat (= 13),
dh-golang,
golang-any,
golang-gopkg-ini.v1-dev
Standards-Version: 4.6.0
Homepage: https://github.com/ovh/go-ovh
Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-github-ovh-go-ovh
Vcs-Git: https://salsa.debian.org/go-team/packages/golang-github-ovh-go-ovh.git
XS-Go-Import-Path: github.com/ovh/go-ovh
Testsuite: autopkgtest-pkg-go
Package: golang-github-ovh-go-ovh-dev
Architecture: all
Depends: ${misc:Depends},
golang-gopkg-ini.v1-dev
Multi-Arch: foreign
Description: Simple go wrapper for the OVH API
Lightweight Go wrapper around OVH's APIs. Handles all the work including
credential creation and requests signing.
.
This wrapper will first look for direct instantiation parameters
then OVH_ENDPOINT, OVH_APPLICATION_KEY, OVH_APPLICATION_SECRET and
OVH_CONSUMER_KEY environment variables. If either of these parameter is
not provided, it will look for a configuration file.
|