Skip to content

GET Asset Collection uri varibale has extra string i.e 'v1' #21

@mfaizanmajeed

Description

@mfaizanmajeed

wrong "uri = self.uri + '/v1' + collection"
should be like "uri = self.uri + '/' + collection"
in
get_collection(self, collection, filter=None, fields=None, page_size=None)
& also in put & post

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions