Skip to content

Commit

Permalink
Version 1.0.1
Browse files Browse the repository at this point in the history
Includes changes to comply with Connect update
  • Loading branch information
Darrell Malone Jr committed Feb 20, 2019
1 parent a9af2f6 commit 82946b4
Show file tree
Hide file tree
Showing 38 changed files with 285 additions and 150 deletions.
10 changes: 6 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Connect is the fastest way to add blockchain capabilities to your app without cr
This API client was generated by the [OpenAPI Generator](https://openapi-generator.tech) project. By using the [OpenAPI-spec](https://www.openapis.org/) from a remote server, you can easily generate an API client.

- API version: 1.0.17
- Package version: 1.0.0
- Package version: 1.0.1
- Build package: org.openapitools.codegen.languages.GoClientCodegen


Expand Down Expand Up @@ -45,7 +45,7 @@ Class | Method | HTTP request | Description
*EntriesApi* | [**GetLastEntry**](docs/EntriesApi.md#getlastentry) | **Get** /chains/{chain_id}/entries/last | Get Chain's Last Entry
*EntriesApi* | [**PostEntriesSearch**](docs/EntriesApi.md#postentriessearch) | **Post** /chains/{chain_id}/entries/search | Search Chain's Entries
*EntriesApi* | [**PostEntryToChainID**](docs/EntriesApi.md#postentrytochainid) | **Post** /chains/{chain_id}/entries | Create an Entry
*InfoApi* | [**GetAllInfo**](docs/InfoApi.md#getallinfo) | **Get** / | API Info
*InfoApi* | [**GetApiInfo**](docs/InfoApi.md#getapiinfo) | **Get** / | API Info


## Documentation For Models
Expand All @@ -55,6 +55,8 @@ Class | Method | HTTP request | Description
- [Chain](docs/Chain.md)
- [ChainCreate](docs/ChainCreate.md)
- [ChainData](docs/ChainData.md)
- [ChainDataDblock](docs/ChainDataDblock.md)
- [ChainDataEblock](docs/ChainDataEblock.md)
- [ChainDataEntries](docs/ChainDataEntries.md)
- [ChainLink](docs/ChainLink.md)
- [ChainList](docs/ChainList.md)
Expand All @@ -63,10 +65,10 @@ Class | Method | HTTP request | Description
- [Entry](docs/Entry.md)
- [EntryCreate](docs/EntryCreate.md)
- [EntryData](docs/EntryData.md)
- [EntryDataDblock](docs/EntryDataDblock.md)
- [EntryDataEblock](docs/EntryDataEblock.md)
- [EntryLink](docs/EntryLink.md)
- [EntryLinkChain](docs/EntryLinkChain.md)
- [EntryList](docs/EntryList.md)
- [EntryListChain](docs/EntryListChain.md)
- [EntryListData](docs/EntryListData.md)
- [EntrySearchResponse](docs/EntrySearchResponse.md)
- [EntrySearchResponseData](docs/EntrySearchResponseData.md)
Expand Down
Loading

0 comments on commit 82946b4

Please sign in to comment.