Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Pull POAP changes over to IPFS branch #1

Open
wants to merge 32 commits into
base: ipfs
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
32 commits
Select commit Hold shift + click to select a range
8b5f4ad
poaps to NFT context type
cryptoKevinL Aug 18, 2022
2b00048
poaps to NFT context type
cryptoKevinL Aug 19, 2022
d4d647b
lower case poap
cryptoKevinL Aug 19, 2022
3c816c0
git ignore
cryptoKevinL Aug 19, 2022
efad41d
NFTPort rate limit hack
cryptoKevinL Aug 22, 2022
198e2b6
NFTPort rate limit hack
cryptoKevinL Aug 22, 2022
9d48dc4
starting to add more comments for API doc
cryptoKevinL Aug 23, 2022
48119eb
starting to add more comments for API doc
cryptoKevinL Aug 23, 2022
5e9b883
updating comments
cryptoKevinL Aug 23, 2022
248a1b8
need to add instructions for API doc changes - really convoluted
cryptoKevinL Aug 23, 2022
f87aedb
need to add instructions for API doc changes - really convoluted
cryptoKevinL Aug 23, 2022
5be02ae
need to add instructions for API doc changes - really convoluted
cryptoKevinL Aug 23, 2022
067251b
cleanup db connection
cryptoKevinL Aug 25, 2022
94b6da0
fix Nft notification count
cryptoKevinL Aug 25, 2022
fd56b1c
updated api url
cryptoKevinL Aug 26, 2022
8fce670
testing first POST item in documentation
cryptoKevinL Aug 27, 2022
3bdeef8
testing more POST item in documentation
cryptoKevinL Aug 27, 2022
c468e78
adding error print for create_chatitem - testing API website issues
cryptoKevinL Aug 27, 2022
c388590
trying to see if we can avoid forcing timestamp input
cryptoKevinL Aug 27, 2022
5e9d0b4
chaning auto-timestamp format for API docs
cryptoKevinL Aug 27, 2022
0c2562c
again trying to mark API doc fields required within JSON stuct input
cryptoKevinL Aug 27, 2022
2979622
again trying to mark API doc fields required within JSON stuct input
cryptoKevinL Aug 27, 2022
9f39627
more comments in API doc
cryptoKevinL Aug 27, 2022
f7925db
updating comments
cryptoKevinL Aug 28, 2022
3d49086
fixing typo in docs
cryptoKevinL Aug 28, 2022
983a7b0
fixing up API docs more
cryptoKevinL Aug 29, 2022
b7e956f
renaming doc dir
Sep 11, 2022
544db0a
added rest-go-demo to .gitignore
Sep 11, 2022
2d06c25
added rest-go-demo to .gitignore
Sep 11, 2022
7832de5
fixing doc error
Sep 11, 2022
b345240
fixing doc error
Sep 11, 2022
012a034
adding support for LIT encryption
Sep 24, 2022
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
.vscode/
vendor/
.env
Loading