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

Documents Get() & GetAll returns nil #34

Open
StefMa opened this issue Aug 6, 2023 · 5 comments
Open

Documents Get() & GetAll returns nil #34

StefMa opened this issue Aug 6, 2023 · 5 comments
Labels
affects-cli affects the cli app type::bug Something isn't working
Milestone

Comments

@StefMa
Copy link
Collaborator

StefMa commented Aug 6, 2023

We should implement it 🤓

go-outline/documents.go

Lines 21 to 29 in 4bf018c

// Get returns a client for retriving a single document.
func (cl *DocumentsClient) Get() *DocumentsClientGet {
return nil
}
// GetAll returns a client for retrieving multiple documents at once.
func (cl *DocumentsClient) GetAll() *DocumentsClientGetAll {
return nil
}

@StefMa StefMa added type::bug Something isn't working affects-cli affects the cli app labels Aug 6, 2023
@StefMa StefMa added this to the v0.1.0 milestone Aug 6, 2023
@rsjethani
Copy link
Collaborator

this is not part of first milestone ;)

@rsjethani
Copy link
Collaborator

Second milestone is for documents related functionality :)

@rsjethani
Copy link
Collaborator

That is why I labelled #20 with v0.2.0

@StefMa
Copy link
Collaborator Author

StefMa commented Aug 6, 2023 via email

@rsjethani
Copy link
Collaborator

You merged it 😄 , I wanted to wait for next release cycle...but no worries...

@rsjethani rsjethani modified the milestones: v0.1.0, v0.2.0 Aug 6, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
affects-cli affects the cli app type::bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants