Commit eaf04990 authored by John E. Vincent's avatar John E. Vincent

updating irb and API section

parent 732e7f19
......@@ -134,11 +134,11 @@ Most other combinations of endpoints work as well:
}
# Adding new entries
I've not yet flushed out all the put support for each route yet. I've been doing additions via `irb` for now:
There are two ways to add new objects: via irb and via the [API](https://github.com/lusis/Noah/wiki/Stabilize-API) on a running instance. The API is still in a state of flux.
## Adding a new application and configuration item
irb -r ./irbstub.rb
irb -rohm -rohm/contrib -r./lib/noah/models.rb
a1 = Application.create(:name => 'myapplication')
if a1.save
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment