Git Product home page Git Product logo

clc-sdk's People

Contributors

ack avatar mikebeyer avatar phinze avatar richardcase avatar todd-hepler-ctl avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

clc-sdk's Issues

HTTP header details

Details about the HTTP requests made against the CLC API:
-- add the Host header (these are HTTP/1.1 requests, right?)
-- add the Accept:application/json header (sdk docs say this is required, though it works fine without)
-- omit the Content-Type header on requests that have no message body

nix alias (and maybe url) from config

we can infer alias from the login results (and set it in the client config object). proposed patch would be to remove the alias arg from NewConfig, capture it in Authenticate() and patch all remaining refs? Is there a use case where the user would not belong to the account alias provided?

similarly, was wondering whether we could move baseUrl from a required arg. support would be via env var or custom file-based config.

do you have a running list of sdk clients at this point?

Error unmarshalling response into CapabilitiesResponse struct

When calling GetCapabilities there is an error when the response json is unmarshalled into the CapabilitiesResponse struct. The error reported is:

json: cannot unmarshal number into Go value of type string

The issue is caused by the response returning a number in the json:

"storageSizeGB": 0,

But in the struct we define the response as a string:

StorageSizeGB string json:"storageSizeGB"

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.