Method: NationBuilder::Actions::Create#create

Defined in:
lib/nation_builder/actions/create.rb

#create(params) ⇒ Object



4
5
6
7
# File 'lib/nation_builder/actions/create.rb', line 4

def create params
  body = JSON.generate(params)
  JSON.parse(client.post(base_path, body: body).response.env[:body])
end