For Babelfish Release 1.11.1.3

APISubDomain Enumeration

Definition

Namespace: Scopos.BabelFish.APIClients
Assembly: BabelFish (in BabelFish.dll) Version: 1.11.1.4+b1da393815f6638555a663d9a94167ecabea5695
C#
public enum APISubDomain

Members

API0 Public avaliable REST API. Authentication is not required.
AUTHAPI1 REST API requiring user authentication using their Scopos accounts.
INTERNAL2 Scopos only internal access REST APIs.

Extension Methods

Description Returns the Description attribute of an enum. If Description is not an attribute returns the .toString() value.
(Defined by EnumHelper)
GetAttributeOfTypeT Gets an attribute on an enum field value
(Defined by EnumHelper)
SubDomainName When using the always production REST API calls, this function will return the sub-domain portion of the URL.
(Defined by APISubDomainExstentions)
SubDomainNameWithStage When using the 'stage' specific REST API calls, this function will return the sub-domain portion of the URL.
(Defined by APISubDomainExstentions)

See Also