{"@context":"https://w3id.org/codemeta/3.0","@type":"SoftwareSourceCode","identifier":"pkg:golang/github.com/segmentio/intercom-go","name":"github.com/segmentio/intercom-go","description":"Package intercom-go provides a thin client for the Intercom API: http://doc.intercom.io/api/.\n\nThe first step to using Intercom's Go client is to create a client object, using your App ID and Api Key from your [settings](http://app.intercom.io/apps/api_keys).\n\nThe client can be configured with different options by calls to Option:\n\nErrors may be returned from some calls. Errors returned from the API will implement `intercom.IntercomError` and can be checked:\n\nThe HTTP Client used by this package can be swapped out for one of your choosing, with your own configuration, it just needs to implement the HTTPClient interface:\n\nThe client will probably need to work with `appId`, `apiKey` and `baseURI` values. See the provided client for an example. Then create an Intercom Client and inject the HTTPClient:\n\nDue to the way Go represents the zero value for a bool, it's necessary to pass pointers to bool instead in some places. The helper `intercom.Bool(true)` creates these for you.\n\nFor many resources, pagination should be applied through the use of a PageParams object passed into List() functions.","version":"v1.0.0","softwareVersion":"v1.0.0","license":"https://spdx.org/licenses/Apache-2.0","codeRepository":"https://github.com/segmentio/intercom-go","issueTracker":"https://github.com/segmentio/intercom-go/issues","url":"https://github.com/segmentio/intercom-go","programmingLanguage":{"@type":"ComputerLanguage","name":"Go"},"dateCreated":"2015-05-08","dateModified":"2015-05-08","datePublished":"2015-05-08","copyrightYear":2015,"downloadUrl":"https://proxy.golang.org/github.com/segmentio/intercom-go/@v/v1.0.0.zip","softwareHelp":{"@type":"WebSite","url":"https://pkg.go.dev/github.com/segmentio/intercom-go#section-documentation"},"applicationCategory":"go","runtimePlatform":"go","developmentStatus":"active","sameAs":["https://pkg.go.dev/github.com/segmentio/intercom-go"],"https://www.w3.org/ns/activitystreams#likes":1}