Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
G
GammaJS
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
3
Issues
3
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
GSC Libraries
GammaJS
Commits
03557885
Commit
03557885
authored
Jul 03, 2020
by
Ben Galloway
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update README.md with scoped package name
parent
c519e296
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
README.md
README.md
+3
-3
No files found.
README.md
View file @
03557885
...
...
@@ -5,7 +5,7 @@ A library of async JavaScript functions that make the corresponding calls to the
## Installation
```
bash
yarn add git+ssh://git@g
scgit:util
s/gammajs.git
yarn add git+ssh://git@g
itlab.gsc.org.uk:2222/gsc-librarie
s/gammajs.git
```
## Config
...
...
@@ -18,7 +18,7 @@ This library uses the `debug` module to provide debug logs. To turn this on, set
```
javascript
// Simple example, with no error handling
import
{
gammaResourceViewListLoad
}
from
"
gammajs
"
;
import
{
gammaResourceViewListLoad
}
from
"
@gsc/
gammajs
"
;
(
async
()
=>
{
const
resourceViews
=
await
gammaResourceViewListLoad
();
console
.
log
(
resourceViews
);
...
...
@@ -154,7 +154,7 @@ More complex nested objects are also parsed - for example, to make this call to
you might use the following JavaScript:
```
javascript
import
{
gammaBookingAllSave
}
from
"
gammajs
"
;
import
{
gammaBookingAllSave
}
from
"
@gsc/
gammajs
"
;
const
testBookingItem
=
{
GammaInputType
:
"
Booking
"
,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment