Shion Homma

Shion Homma (本間 至恩, Homma Shion, born August 9, 2000) is a Japanese football player.[1] He plays for Albirex Niigata.

Shion Homma
Personal information
Full name Shion Homma
Date of birth (2000-08-09) August 9, 2000
Place of birth Niigata, Japan
Height 1.61 m (5 ft 3 12 in)
Playing position(s) Midfielder
Club information
Current team
Albirex Niigata
Number 10
Youth career
2016–2017 Albirex Niigata
Senior career*
Years Team Apps (Gls)
2017– Albirex Niigata 1 (1)
* Senior club appearances and goals counted for the domestic league only and correct as of 3 January 2019

Career

Shion Homma joined J1 League club Albirex Niigata in 2017.

gollark: Unless it had good macros.
gollark: I personally think that while less complexity is good, switching to sugarless lisp would be bad.
gollark: ```haskelltype PasteCapture a = Capture "username" Text :> Capture "pasteName" Text :> atype GetPasteAPI = PasteCapture (Get '[JSON] SanitizedPaste) :<|> "raw" :> PasteCapture (Get '[PlainText] Text)type RequiresAuth a = BasicAuth "pastecan" (Entity User) :> atype UpdatePasteAPI = RequiresAuth ( PasteCapture (Delete '[PlainText] NoContent) :<|> PasteCapture (ReqBody '[JSON] SanitizedPaste :> Put '[PlainText] NoContent))type AccountsAPI = "account" :> ( ReqBody '[JSON] User :> Post '[JSON] Bool :<|> RequiresAuth (Delete '[JSON] NoContent))type API = UpdatePasteAPI :<|> GetPasteAPI :<|> AccountsAPI```I defined the API as types. It was nice.
gollark: https://osmarks.tk/git/osmarks/pastecan
gollark: We're on the Haskell Discussion discord, what did you *expect*?

References

  1. Shion Homma at J.League (in Japanese)


This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.