Koknese Parish

Koknese Parish (Latvian: Kokneses pagasts) is an administrative unit of Koknese Municipality, Latvia.

Koknese

Kokneses pagasts
Flag
Coat of arms
The location of Koknese Parish within Latvia
Coordinates:
CountryLatvia
MunicipalityKoknese

Towns, villages and settlements of Koknese Parish

  • Atradze
  • Auliciems
  • Bilstiņi
  • Birznieki
  • Bormaņi
  • Kalnakrogs
  • Kaplava
  • Koknese
  • Lipši
  • Ratnicēni
  • Reiņi
  • Spriņģi
  • Upeslīči
  • Urgas
  • Ūsiņi
  • Viskāļi

Notable people

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*?
gollark: I wrote a Pastebin clone (though only the backend) in Haskell, it was fine.
gollark: You can, it just gets annoying.
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.