Discussion Forum: Thread 339605

 Author: InanimateReason View Messages Posted By InanimateReason
 Posted: May 11, 2023 20:52
 Subject: API Get Member Notes not working?
 Viewed: 49 times
 Topic: Technical Issues
Cancel Message
Cancel
Reply to Message
Reply
BrickLink
ID Card

InanimateReason (3464)

Location:  USA, Georgia
Member Since Contact Type Status
Oct 8, 2006 Contact Member Seller
Buying Privileges - OKSelling Privileges - OK
Store: Inanimate Reason
I'm close to completing an API client in Golang for the Bricklink API.

Other than some unit tests, the only outstanding issue is working with the member
notes endpoint as documented at https://www.bricklink.com/v3/api.page?page=get-member-note

Get, create, update all give me 'INVALID_URI` I've checked to ensure
I'm using the link as documented.

e.g.

https://api.bricklink.com/api/store/v1/members/deaddrop/notes

I randomly tried member and note in the URI in case there was a typo in the docs
but same error. Get rating works fine and looks similar

https://api.bricklink.com/api/store/v1/members/deaddrop/ratings

I know my code is generally good because every other endpoint works which demonstrates
the requests are being generated properly.

Has anyone successfully used this?

Bill
 Author: macebobo View Messages Posted By macebobo
 Posted: May 11, 2023 21:11
 Subject: Re: API Get Member Notes not working?
 Viewed: 35 times
 Topic: Technical Issues
Cancel Message
Cancel
Reply to Message
Reply
BrickLink
ID Card

macebobo (2455)

Location:  USA, Oregon
Member Since Contact Type Status
Apr 3, 2016 Contact Member Seller
Buying Privileges - OKSelling Privileges - OK
Store: MacsBricks
In Technical Issues, InanimateReason writes:
  I'm close to completing an API client in Golang for the Bricklink API.

Other than some unit tests, the only outstanding issue is working with the member
notes endpoint as documented at https://www.bricklink.com/v3/api.page?page=get-member-note

Get, create, update all give me 'INVALID_URI` I've checked to ensure
I'm using the link as documented.

e.g.

https://api.bricklink.com/api/store/v1/members/deaddrop/notes

I randomly tried member and note in the URI in case there was a typo in the docs
but same error. Get rating works fine and looks similar

https://api.bricklink.com/api/store/v1/members/deaddrop/ratings

I know my code is generally good because every other endpoint works which demonstrates
the requests are being generated properly.

Has anyone successfully used this?

Bill

I have it working, the documentation is wrong it should be members/deaddrop/my_notes

Wherever the doc for the member sections says notes it should be my_notes on
all of the methods.

Good luck!

-- John
 Author: InanimateReason View Messages Posted By InanimateReason
 Posted: May 11, 2023 21:33
 Subject: Re: API Get Member Notes not working?
 Viewed: 21 times
 Topic: Technical Issues
Cancel Message
Cancel
Reply to Message
Reply
BrickLink
ID Card

InanimateReason (3464)

Location:  USA, Georgia
Member Since Contact Type Status
Oct 8, 2006 Contact Member Seller
Buying Privileges - OKSelling Privileges - OK
Store: Inanimate Reason
In Technical Issues, macebobo writes:
  In Technical Issues, InanimateReason writes:
  I'm close to completing an API client in Golang for the Bricklink API.

Other than some unit tests, the only outstanding issue is working with the member
notes endpoint as documented at https://www.bricklink.com/v3/api.page?page=get-member-note

Get, create, update all give me 'INVALID_URI` I've checked to ensure
I'm using the link as documented.

e.g.

https://api.bricklink.com/api/store/v1/members/deaddrop/notes

I randomly tried member and note in the URI in case there was a typo in the docs
but same error. Get rating works fine and looks similar

https://api.bricklink.com/api/store/v1/members/deaddrop/ratings

I know my code is generally good because every other endpoint works which demonstrates
the requests are being generated properly.

Has anyone successfully used this?

Bill

I have it working, the documentation is wrong it should be members/deaddrop/my_notes

Wherever the doc for the member sections says notes it should be my_notes on
all of the methods.

Good luck!

-- John

LOL. Not the first error I've found in the docs. Thanks for the quick response.
 Author: ErwinNL View Messages Posted By ErwinNL
 Posted: May 12, 2023 14:46
 Subject: Re: API Get Member Notes not working?
 Viewed: 28 times
 Topic: Technical Issues
Cancel Message
Cancel
Reply to Message
Reply
BrickLink
ID Card

ErwinNL (622)

Location:  Netherlands, Overijssel
Member Since Contact Type Status
Oct 27, 2019 Contact Member Seller
Buying Privileges - OKSelling Privileges - OK
Store: TheBug
In Technical Issues, InanimateReason writes:
  In Technical Issues, macebobo writes:
  In Technical Issues, InanimateReason writes:
  I'm close to completing an API client in Golang for the Bricklink API.

Other than some unit tests, the only outstanding issue is working with the member
notes endpoint as documented at https://www.bricklink.com/v3/api.page?page=get-member-note

Get, create, update all give me 'INVALID_URI` I've checked to ensure
I'm using the link as documented.

e.g.

https://api.bricklink.com/api/store/v1/members/deaddrop/notes

I randomly tried member and note in the URI in case there was a typo in the docs
but same error. Get rating works fine and looks similar

https://api.bricklink.com/api/store/v1/members/deaddrop/ratings

I know my code is generally good because every other endpoint works which demonstrates
the requests are being generated properly.

Has anyone successfully used this?

Bill

I have it working, the documentation is wrong it should be members/deaddrop/my_notes

Wherever the doc for the member sections says notes it should be my_notes on
all of the methods.

Good luck!

-- John

LOL. Not the first error I've found in the docs. Thanks for the quick response.

I've reported this, but no luck yet. There are more missing fields, incorrect
field types ed. Hopefully they get time someday to fix that.
 Author: macebobo View Messages Posted By macebobo
 Posted: May 12, 2023 17:34
 Subject: Re: API Get Member Notes not working?
 Viewed: 24 times
 Topic: Technical Issues
Cancel Message
Cancel
Reply to Message
Reply
BrickLink
ID Card

macebobo (2455)

Location:  USA, Oregon
Member Since Contact Type Status
Apr 3, 2016 Contact Member Seller
Buying Privileges - OKSelling Privileges - OK
Store: MacsBricks
In Technical Issues, ErwinNL writes:
  In Technical Issues, InanimateReason writes:
  In Technical Issues, macebobo writes:
  
I have it working, the documentation is wrong it should be members/deaddrop/my_notes

Wherever the doc for the member sections says notes it should be my_notes on
all of the methods.

Good luck!

-- John

LOL. Not the first error I've found in the docs. Thanks for the quick response.

I've reported this, but no luck yet. There are more missing fields, incorrect
field types ed. Hopefully they get time someday to fix that.

Narrator: They will not.

BTW, Bricklink I would gladly help keep the API documentation Up-To-Date.
 Author: ErwinNL View Messages Posted By ErwinNL
 Posted: May 13, 2023 03:12
 Subject: Re: API Get Member Notes not working?
 Viewed: 28 times
 Topic: Technical Issues
Cancel Message
Cancel
Reply to Message
Reply
BrickLink
ID Card

ErwinNL (622)

Location:  Netherlands, Overijssel
Member Since Contact Type Status
Oct 27, 2019 Contact Member Seller
Buying Privileges - OKSelling Privileges - OK
Store: TheBug
In Technical Issues, macebobo writes:
  In Technical Issues, ErwinNL writes:
  In Technical Issues, InanimateReason writes:
  In Technical Issues, macebobo writes:
  
I have it working, the documentation is wrong it should be members/deaddrop/my_notes

Wherever the doc for the member sections says notes it should be my_notes on
all of the methods.

Good luck!

-- John

LOL. Not the first error I've found in the docs. Thanks for the quick response.

I've reported this, but no luck yet. There are more missing fields, incorrect
field types ed. Hopefully they get time someday to fix that.

Narrator: They will not.

BTW, Bricklink I would gladly help keep the API documentation Up-To-Date.

Same, I work with the API daily and wouldn't mind submitting or editing the
issues I find. Win-win for everyone.
 Author: macebobo View Messages Posted By macebobo
 Posted: May 13, 2023 04:09
 Subject: Re: API Get Member Notes not working?
 Viewed: 26 times
 Topic: Technical Issues
Cancel Message
Cancel
Reply to Message
Reply
BrickLink
ID Card

macebobo (2455)

Location:  USA, Oregon
Member Since Contact Type Status
Apr 3, 2016 Contact Member Seller
Buying Privileges - OKSelling Privileges - OK
Store: MacsBricks
In Technical Issues, ErwinNL writes:
  In Technical Issues, macebobo writes:
  In Technical Issues, ErwinNL writes:
  In Technical Issues, InanimateReason writes:
  In Technical Issues, macebobo writes:
  
I have it working, the documentation is wrong it should be members/deaddrop/my_notes

Wherever the doc for the member sections says notes it should be my_notes on
all of the methods.

Good luck!

-- John

LOL. Not the first error I've found in the docs. Thanks for the quick response.

I've reported this, but no luck yet. There are more missing fields, incorrect
field types ed. Hopefully they get time someday to fix that.

Narrator: They will not.

BTW, Bricklink I would gladly help keep the API documentation Up-To-Date.

Same, I work with the API daily and wouldn't mind submitting or editing the
issues I find. Win-win for everyone.

Submit your findings to apisupport@bricklink.com and Russell states, in time,
they will probably, maybe, get fixed.

With the description he gave of the different "channels" I'm beginning
to think comic guy is correct in illustrating the BL IT having figurative trash
cans in their heads.

I don't know why I expect a subsidiary of a multi billion dollar company
to have a more coherent information system strategy. It's like they don't
want seller's to have the tools to make Bricklink money. SMH
 Author: InanimateReason View Messages Posted By InanimateReason
 Posted: May 12, 2023 10:55
 Subject: Re: API Get Member Notes not working?
 Viewed: 28 times
 Topic: Technical Issues
Cancel Message
Cancel
Reply to Message
Reply
BrickLink
ID Card

InanimateReason (3464)

Location:  USA, Georgia
Member Since Contact Type Status
Oct 8, 2006 Contact Member Seller
Buying Privileges - OKSelling Privileges - OK
Store: Inanimate Reason
In Technical Issues, macebobo writes:
  I have it working, the documentation is wrong it should be members/deaddrop/my_notes

Wherever the doc for the member sections says notes it should be my_notes on
all of the methods.

Good luck!

-- John

That worked perfectly. Thanks again!