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

Undocumented Features & Inconsistencies #27

Open
pascalfree opened this issue Jun 12, 2014 · 6 comments
Open

Undocumented Features & Inconsistencies #27

pascalfree opened this issue Jun 12, 2014 · 6 comments

Comments

@pascalfree
Copy link

Hi

I recently found, that some API functions behave differently than documented. Some of the inconsistencies may be minor, but I listed them anyway for completeness. The (imo) more important problems have a bold font in the description.

These are the inconsistencies that I've found:

posts/delete

Description API docs real
delete by md5 hash not documented ?md5=...

posts/all

Description API docs real
privacy status not documented redundant: private="no" shared="yes"
empty attributes are ommited in example extended=""

posts/add

Description API docs real
Description argument required optional

posts/get

Description API docs real
others attribute in response yes in example no
undocumented keys in attributes of <posts> none bookmark_key="some_hash" inbox_key="some_other_hash" network_key="more_hash"
privacy status not documented redundant: private="no" shared="yes"

posts/recent

Description API docs real
privacy status not documented redundant: private="no" shared="yes"

posts/update [FIXED]

Description API docs real
Response for empty inbox inboxnew="0" inboxnew=""
Undocumented attributes in response - code="200" message="success"

posts/dates

Description API docs real
tag(s) attr. in <dates> tag= tags=
@dlo
Copy link

dlo commented Jul 12, 2014

@pascalfree thank you so much for writing this. Super helpful.

🍻

@jamesxv7
Copy link
Contributor

I had problems using the URL mentioned in the documentation for API calls in my PHP code, https://delicious.com/<API_URL>. Every time I use the URL mentioned in the documentation I receive a 302 HTTP code (I'm not sure if this is related to PHP's CURL functions...). Using https://api.del.icio.us/<API_URL> resolve the issue.

@peoplemerge
Copy link
Contributor

Pull requests are welcome!

@jamesxv7
Copy link
Contributor

@peoplemerge Count on it!

@jamesxv7
Copy link
Contributor

PR created with minors modifications to documentation.

@peoplemerge
Copy link
Contributor

thanks

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

No branches or pull requests

4 participants