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

Implement Corporation::Bookmarks endpoint #75

Open
amclain opened this issue Sep 4, 2016 · 1 comment
Open

Implement Corporation::Bookmarks endpoint #75

amclain opened this issue Sep 4, 2016 · 1 comment

Comments

@amclain
Copy link
Contributor

amclain commented Sep 4, 2016

The scope of this issue is to implement the Corporation::Bookmarks endpoint.

@amclain
Copy link
Contributor Author

amclain commented Dec 26, 2016

Blocked because nested rowsets aren't supported yet.

<rowset name="folders" key="folderID" columns="folderID,folderName,creatorID">
  <row folderID="0" folderName="" creatorID="0">
    <rowset name="bookmarks" key="bookmarkID" columns="bookmarkID,creatorID,created,itemID,typeID,locationID,x,y,z,memo,note">
      <row bookmarkID="12" creatorID="90000001" created="2015-07-08 21:34:14" itemID="60014689" typeID="57" locationID="30004971" x="0" y="0" z="0" memo="Home Station" note="Our base of residence" />

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant