Skip to content

Commit

Permalink
Update to Client v1.0.19
Browse files Browse the repository at this point in the history
  • Loading branch information
hannemennah committed Jul 15, 2019
1 parent 2529c95 commit a9cf91e
Show file tree
Hide file tree
Showing 192 changed files with 7,358 additions and 555 deletions.
86 changes: 83 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Connect is the fastest way to add blockchain capabilities to your app without cr
## Overview
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
- API version: 1.0.19
- Package version: 1.0.7
- Build package: org.openapitools.codegen.languages.GoClientCodegen

Expand All @@ -21,7 +21,6 @@ Install the following dependencies:
go get github.com/stretchr/testify/assert
go get golang.org/x/oauth2
go get golang.org/x/net/context
go get github.com/antihax/optional
```

Put the package under your project folder and add the following in import:
Expand All @@ -31,7 +30,7 @@ import "./connectclient"

## Documentation for API Endpoints

All URIs are relative to *https://connect-shared-sandbox-2445582615332.production.gw.apicast.io/v1*
All URIs are relative to *https://ephemeral.api.factom.com/v1*

Class | Method | HTTP request | Description
------------ | ------------- | ------------- | -------------
Expand All @@ -45,13 +44,38 @@ 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
*IdentitiesApi* | [**GetIdChainbyId**](docs/IdentitiesApi.md#getidchainbyid) | **Get** /identities/{identity_chain_id} | Get Identity Chain Info
*IdentitiesApi* | [**GetKeybyEntryHash**](docs/IdentitiesApi.md#getkeybyentryhash) | **Get** /identities/{identity_chain_id}/keys/{key_string} | Get Key Info
*IdentitiesApi* | [**GetKeysbyIdChainId**](docs/IdentitiesApi.md#getkeysbyidchainid) | **Get** /identities/{identity_chain_id}/keys | Get Identity Chain's Keys
*IdentitiesApi* | [**PostIdChain**](docs/IdentitiesApi.md#postidchain) | **Post** /identities | Create Identity Chain
*IdentitiesApi* | [**PostKeytoIdChainId**](docs/IdentitiesApi.md#postkeytoidchainid) | **Post** /identities/{identity_chain_id}/keys | Replace Identity Key
*InfoApi* | [**GetApiInfo**](docs/InfoApi.md#getapiinfo) | **Get** / | API Info
*ProofsApi* | [**GetAnchorbySearch**](docs/ProofsApi.md#getanchorbysearch) | **Get** /anchors/{object_id} | Get Object's Anchors
*ProofsApi* | [**GetReceiptsbyEntry**](docs/ProofsApi.md#getreceiptsbyentry) | **Get** /receipts/{entry_hash} | Get Entry's Receipts
*ProofsApi* | [**GetSearch**](docs/ProofsApi.md#getsearch) | **Get** /search | Search


## Documentation For Models

- [ABlockEntry](docs/ABlockEntry.md)
- [ABlockEntryData](docs/ABlockEntryData.md)
- [ABlockEntryLink](docs/ABlockEntryLink.md)
- [ABlockEntryList](docs/ABlockEntryList.md)
- [ABlockList](docs/ABlockList.md)
- [ABlockLong](docs/ABlockLong.md)
- [ABlockLongDblock](docs/ABlockLongDblock.md)
- [ABlockLongNext](docs/ABlockLongNext.md)
- [ABlockLongPrev](docs/ABlockLongPrev.md)
- [ABlockShort](docs/ABlockShort.md)
- [ABlockShortDblock](docs/ABlockShortDblock.md)
- [Address](docs/Address.md)
- [AddressLink](docs/AddressLink.md)
- [AddressList](docs/AddressList.md)
- [AllInfo](docs/AllInfo.md)
- [AllInfoLinks](docs/AllInfoLinks.md)
- [AnchorLong](docs/AnchorLong.md)
- [AnchorLongData](docs/AnchorLongData.md)
- [BitcoinAnchor](docs/BitcoinAnchor.md)
- [Chain](docs/Chain.md)
- [ChainCreate](docs/ChainCreate.md)
- [ChainData](docs/ChainData.md)
Expand All @@ -62,6 +86,34 @@ Class | Method | HTTP request | Description
- [ChainList](docs/ChainList.md)
- [ChainListData](docs/ChainListData.md)
- [ChainShort](docs/ChainShort.md)
- [CommitLink](docs/CommitLink.md)
- [CommitLong](docs/CommitLong.md)
- [DBlockLink](docs/DBlockLink.md)
- [DBlockList](docs/DBlockList.md)
- [DBlockLong](docs/DBlockLong.md)
- [DBlockLongAblock](docs/DBlockLongAblock.md)
- [DBlockLongBtcAnchorEntry](docs/DBlockLongBtcAnchorEntry.md)
- [DBlockLongBtcAnchorEntryChain](docs/DBlockLongBtcAnchorEntryChain.md)
- [DBlockLongEblocks](docs/DBlockLongEblocks.md)
- [DBlockLongEcblock](docs/DBlockLongEcblock.md)
- [DBlockLongFblock](docs/DBlockLongFblock.md)
- [DBlockLongNext](docs/DBlockLongNext.md)
- [DBlockLongPrev](docs/DBlockLongPrev.md)
- [DBlockShort](docs/DBlockShort.md)
- [EBlockLink](docs/EBlockLink.md)
- [EBlockLinkChain](docs/EBlockLinkChain.md)
- [EBlockList](docs/EBlockList.md)
- [EBlockLong](docs/EBlockLong.md)
- [EBlockLongNext](docs/EBlockLongNext.md)
- [EBlockLongPrev](docs/EBlockLongPrev.md)
- [EBlockShort](docs/EBlockShort.md)
- [EBlockShortChain](docs/EBlockShortChain.md)
- [EBlockShortDblock](docs/EBlockShortDblock.md)
- [EcBlockEntryList](docs/EcBlockEntryList.md)
- [EcBlockList](docs/EcBlockList.md)
- [EcBlockLong](docs/EcBlockLong.md)
- [EcBlockLongDblock](docs/EcBlockLongDblock.md)
- [EcBlockShort](docs/EcBlockShort.md)
- [Entry](docs/Entry.md)
- [EntryCreate](docs/EntryCreate.md)
- [EntryData](docs/EntryData.md)
Expand All @@ -73,7 +125,35 @@ Class | Method | HTTP request | Description
- [EntrySearchResponse](docs/EntrySearchResponse.md)
- [EntrySearchResponseData](docs/EntrySearchResponseData.md)
- [EntryShort](docs/EntryShort.md)
- [ErrorMessage](docs/ErrorMessage.md)
- [ErrorMessageErrors](docs/ErrorMessageErrors.md)
- [EthereumAnchor](docs/EthereumAnchor.md)
- [FBlockList](docs/FBlockList.md)
- [FBlockLong](docs/FBlockLong.md)
- [FBlockLongNext](docs/FBlockLongNext.md)
- [FBlockLongPrev](docs/FBlockLongPrev.md)
- [FBlockShort](docs/FBlockShort.md)
- [FactomAnchor](docs/FactomAnchor.md)
- [IdentityChain](docs/IdentityChain.md)
- [IdentityCreate](docs/IdentityCreate.md)
- [IdentityKey](docs/IdentityKey.md)
- [IdentityKeyData](docs/IdentityKeyData.md)
- [IdentityKeyReplace](docs/IdentityKeyReplace.md)
- [IdentityKeyShort](docs/IdentityKeyShort.md)
- [IdentityKeyShortData](docs/IdentityKeyShortData.md)
- [InlineResponse200](docs/InlineResponse200.md)
- [InlineResponse200Data](docs/InlineResponse200Data.md)
- [KeyList](docs/KeyList.md)
- [MerkleNode](docs/MerkleNode.md)
- [ReceiptLong](docs/ReceiptLong.md)
- [ReceiptLongData](docs/ReceiptLongData.md)
- [SearchBody](docs/SearchBody.md)
- [SingleAnchor](docs/SingleAnchor.md)
- [Transaction](docs/Transaction.md)
- [TransactionLink](docs/TransactionLink.md)
- [TransactionLinkShort](docs/TransactionLinkShort.md)
- [TransactionList](docs/TransactionList.md)
- [TransactionShort](docs/TransactionShort.md)


## Documentation For Authorization
Expand Down
Loading

0 comments on commit a9cf91e

Please sign in to comment.