James Bosman

James Bosman
Member of the New Hampshire House of Representatives
from the Hillsborough 38 district
Assumed office
December 5, 2018
Personal details
Political partyDemocratic
ResidenceFrancestown, New Hampshire
Alma materHope College
Bridgewater State University

James Bosman is a New Hampshire politician.

Education

Bosman earned a B.A. from Hope College and a M.E.d. from Bridgewater State University.[1]

Career

On November 6, 2018, Bosman was elected to the New Hampshire House of Representatives where he represents the Hillsborough 38 district. Bosman assumed office on December 5, 2018. Bosman is a Democrat.[2]

Personal life

Bosman resides in Francestown, New Hampshire.[3] Bosman is married.[1]

gollark: `http_response` only appears in the code in what looks like one comment.
gollark: It doesn't seem to be.
gollark: There seems to be an `internet_ready` signal, I'll check if that's relevant to HTTP.
gollark: I have some code doing this```lualocal function fetch(url, data) local res, err = net.request(url, json.encode(data), { ["Content-Type"] = "application/json" }) if not res then error(url .. " error: " .. err) end local out = {} while true do local chunk, err = res.read() if err then error(url .. " error: " .. err) end if chunk then table.insert(out, chunk) else return table.concat(out) end endend```but it never appears to `computer.pullSignal` at all, so my accursed bare-metal multithreading thing™ doesn't work.
gollark: Is there a way to do `internet.request` (with an internet card) and anything else whatsoever concurrently?

References

  1. "James Bosman". Citizens Count. Retrieved March 8, 2020.
  2. "James Bosman". Ballotpedia. Retrieved March 8, 2020.
  3. "Representative James Bosman (D)". New Hampshire General Court. Retrieved March 8, 2020.


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