This website requires JavaScript.
Explore
Help
Sign In
Spearhead
/
joyent-portal
Watch
1
Star
0
Fork
0
You've already forked joyent-portal
Code
Issues
Pull Requests
Releases
Wiki
Activity
28918fb464
joyent-portal
/
packages
/
cloudapi-gql
/
src
/
api
/
config.js
4 lines
89 B
JavaScript
Raw
Normal View
History
Unescape
Escape
feat(gql-cloudapi): template tag schema re-write - uniform api usage for some models (account/user, networks/vlans/fabrics, etc) - graphidoc, playground, faker, and voyager support - schema in a template tag and documented - apollo-errors - apollo-server-hapi and schema using graphql-tools/makeExecutableSchema - replace express with Hapi - eslint support for graphql - updated dependencies
2017-10-03 13:57:18 +03:00
const
{
fetch
}
=
require
(
'./request'
)
;
chore: initial lerna setup this shall be a progressive process
2017-05-18 21:21:33 +03:00
feat(gql-cloudapi): template tag schema re-write - uniform api usage for some models (account/user, networks/vlans/fabrics, etc) - graphidoc, playground, faker, and voyager support - schema in a template tag and documented - apollo-errors - apollo-server-hapi and schema using graphql-tools/makeExecutableSchema - replace express with Hapi - eslint support for graphql - updated dependencies
2017-10-03 13:57:18 +03:00
module
.
exports
=
(
)
=>
fetch
(
'/:login/config'
)
;
Reference in New Issue
Copy Permalink