Store

Get Store

get
/store

Get the particular store

Query parameters
keystringRequired

unique id of a store.

Responses
200

Successful operation

application/json
get
/store
200

Successful operation

Add store

post
/store

Adding a new store

Body
namestringRequired

The name of the developer (from GitHub)

Example: r488it
emailstringRequired

The email of the developer (from Github)

Example: [email protected]
accessTokenstringRequired

The JWT access token of the developer (from Github) for user to server API Calls

Example: ghu_clhzH0E07dPHKLCxnIC3okyITV0BVk18XwkE
githubIDstringRequired

The GitHub ID of the developer

Example: r488it
orgstringOptional

The GitHub organization to fork the repo to.

Responses
200

Successful operation

application/json
Responsestring
post
/store

Update store

put
/store

For updating the existing store

Body
namestringRequired

The name of the developer (from GitHub)

Example: r488it
emailstringRequired

The email of the developer (from Github)

Example: [email protected]
accessTokenstringRequired

The JWT access token of the developer (from Github) for user to server API Calls

Example: ghu_clhzH0E07dPHKLCxnIC3okyITV0BVk18XwkE
githubIDstringRequired

The GitHub ID of the developer

Example: r488it
orgstringOptional

The GitHub organization to fork the repo to.

Responses
200

successful operation

application/json
Responsestring
put
/store

Last updated