5 6 7 8
# File 'lib/logcamp/api_operations/create.rb', line 5 def create(params={}, token=nil) response, token = Logcamp.request(:post, self.url, token, params) response end