FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
node-gitlab-legacy/src/BaseModel.coffee at develop · node-gitlab/node-gitlab-legacy · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
This repository was archived by the owner on Dec 26, 2019. It is now read-only.
node-gitlab
/
node-gitlab-legacy
Public archive
forked from
moul/node-gitlab
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Expand file tree
Breadcrumbs
node-gitlab-legacy
/
src
/
BaseModel.coffee
Copy path
More file actions
More file actions
Latest commit
History
History
History
19 lines (13 loc) · 389 Bytes
Breadcrumbs
node-gitlab-legacy
/
src
/
BaseModel.coffee
Copy path
File metadata and controls
19 lines (13 loc) · 389 Bytes
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
debug
=
require
(
'
debug
'
)
'
gitlab:BaseModel
'
class
module.exports
constructor
:
(
@client
)
->
do
@_init
load
:
(
model
)
=>
require
(
"
./Models/
#{
model
}
"
)
@client
_init
:
=>
@debug
=
require
(
'
debug
'
)
"
gitlab:Models:
#{
@constructor
.
name
}
"
@get
=
@client
.
get
@post
=
@client
.
post
@put
=
@client
.
put
@delete
=
@client
.
delete
do
@init
if
@init
?
Back
|
FazBrowse Home
|
New Git URL