• R/O
  • HTTP
  • SSH
  • HTTPS

List of commits

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

D wrapper around (some) of the pixiv web API


RSS
Rev. Time Author
35c079b 2022-01-08 12:37:46 supercell

Update README

e1c5d97 2022-01-08 12:37:24 supercell

Add PHPSESSID

4114968 2022-01-08 11:47:51 supercell

add daily download example

73e7480 2022-01-08 11:46:54 supercell

change Illustration.createDate to SysTime

this keeps the timezone, which is useful in the setTimes function
since it would default to UTC.

9c85bf0 2022-01-08 11:45:55 supercell

add Client.fetchIllustrationsFollowing method

fetches the "newest" illustrations from the accounts that the
authorized account follows.

dc17ebd 2022-01-08 10:34:08 supercell

change client.m_pixivConnection to RefCounted!HTTP

using the 'new' construct on the HTTP structure resulting in
a null error in libcurl. this method will prevent the copying
of the HTTP structure and still release memory correctly.

99b0f83 2022-01-05 19:30:36 supercell

fix potential pointer escape

aefba33 2022-01-05 19:24:32 supercell

Add User and ContentType

Also add a .user field member to the Illustration structure.
Not sure on what number corresponds to which type yet.

542a576 2022-01-04 17:09:23 supercell

use the correct D version for JSON

b2fe909 2022-01-04 17:08:47 supercell

finish simple module example

b02dcdb 2022-01-04 16:56:06 supercell

Update .gitignore

images and compiled examples

4fef4e8 2022-01-04 16:55:09 supercell

add illustration download example

8958056 2022-01-04 16:05:19 supercell

Initial commit