Skip to content

Commit

Permalink
COP API simplification
Browse files Browse the repository at this point in the history
See https://jira.hyperledger.org/browse/FAB-1462 for
a description of what was done in this change set.
This draws clean lines around the client library API
defined in api/client.go verses the REST APIs of what
goes over the network in api/net.go, which defines
the body of POST and responses.  This should help in
generating swagger doc for the REST APIs.

Note that the tcert library at lib/tcert has it's own
API in lib/tcert/api.go also.

Change-Id: Idb4500b3a5dbc04dfeb65d5b79f8b803411d975f
Signed-off-by: Keith Smith <bksmith@us.ibm.com>
  • Loading branch information
Keith Smith committed Jan 14, 2017
1 parent d703f35 commit 81097b9
Show file tree
Hide file tree
Showing 43 changed files with 616 additions and 1,539 deletions.
104 changes: 0 additions & 104 deletions api.go

This file was deleted.

204 changes: 0 additions & 204 deletions api/api.go

This file was deleted.

17 changes: 0 additions & 17 deletions api/api_test.go

This file was deleted.

Loading

0 comments on commit 81097b9

Please sign in to comment.