Package com.atlan.net
package com.atlan.net
Code to deal with the actual HTTP interactions for APIs.
-
ClassDescriptionBase class for all event-stream response objects.Base class for all response objects.HTTP methods that can be used in API requests.A response from Atlan's API, with body represented as a list of Strings (one element in the list per event emitted from the event stream).A request to Atlan's API.A response from Atlan's API, with body represented as a String.Interface through which API interaction wrapping is handled.Class for handling API interactions as streams.Base abstract class for HTTP clients used to send requests to Atlan's API.Represents the content of an HTTP request, i.e.A read-only view of a set of HTTP headers.Class that actually handles the HTTP-level communications with Atlan.KeyValuePair<K,
V> A KeyValuePair holds a key and a value.Class that wraps the API request and response handling, such as detecting errors from specific response codes.Currently unused — may be useful longer-term for endpoints that need to upload files (TBC).Class to capture response time metrics at the lowest level of granularity we can from the client-side.Class to encapsulate all the options that can be overridden on individual API calls.