nim: export struct members
This commit is contained in:
parent
0f608fcb5a
commit
e4a824064c
|
@ -3,11 +3,11 @@ import json
|
||||||
|
|
||||||
type
|
type
|
||||||
Episode* = object of RootObj
|
Episode* = object of RootObj
|
||||||
name: string
|
name*: string
|
||||||
air_date: int
|
air_date*: int
|
||||||
season: int
|
season*: int
|
||||||
episode: int
|
episode*: int
|
||||||
is_movie: bool
|
is_movie*: bool
|
||||||
|
|
||||||
const
|
const
|
||||||
API_ENDPOINT: string = "http://ponyapi.apps.xeserv.us"
|
API_ENDPOINT: string = "http://ponyapi.apps.xeserv.us"
|
||||||
|
|
Loading…
Reference in New Issue