-
Notifications
You must be signed in to change notification settings - Fork 293
API Development Example
Adam Price edited this page Oct 30, 2013
·
3 revisions
# example routes
# including nested routes
# 1. object fields
# 2. no associations or nested resources
# 1. object fields
# 2. include associations and nested resources
- creation
- deletion
- listing
- updating
with or without join
attributes???
- create
- update
- show
- index
- delete
- add_association
- remove_association
{
'json': true
}
def example_new_test_to_write
do.stuff()
assert(true == true)
end
# steps to add your new command(s) to hammer-cli-katello
# how to test the super-nice hammer-cli-katello commands you just added