MobX GitHub
Preparing search index...
OrganizationModel
Class OrganizationModel
Hierarchy
{}
&
ListModel
<
{}
,
Partial
<
NewData
<
{}
>
>
,
this
>
OrganizationModel
Index
Constructors
constructor
Properties
base
URI
client
user
Methods
get
One
open
Stream
Constructors
constructor
new
OrganizationModel
(
user
?:
string
)
:
OrganizationModel
Parameters
user
:
string
= ''
Returns
OrganizationModel
Properties
base
URI
baseURI
:
string
= 'orgs'
client
client
:
HTTPClient
<
Context
>
= githubClient
user
user
:
string
= ''
Methods
get
One
getOne
(
name
:
string
)
:
Promise
<
{}
>
Parameters
name
:
string
Returns
Promise
<
{}
>
open
Stream
openStream
()
:
AsyncGenerator
<
{}
,
void
,
unknown
>
Returns
AsyncGenerator
<
{}
,
void
,
unknown
>
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Properties
base
URI
client
user
Methods
get
One
open
Stream
MobX GitHub
Loading...