annathecrow: (Default)
annathecrow ([personal profile] annathecrow) wrote in [staff profile] momijizukamori 2017-12-24 05:46 pm (UTC)

/journals/{journal}/tags weirdness

When I'm calling http://www.momiji.hack.dreamwidth.net/api/v1/journals/annathecrow/tags I am getting the tags twice, and the first list looks messed up.

First:

$VAR1 = {
          'security_level' => 'public',
          'display' => '1',
          'security' => {
                          'private' => 0,
                          'groups' => {},
                          'public' => 1,
                          'protected' => 0
                        },
          'name' => 'barbara gordon',
          'uses' => 1
        };


Second:

{
      "_id" : "33",
      "_type" : "TagDetail",
      "security_counts" : {
         "public" : 1
      },
      "url" : "http://annathecrow.momiji.hack.dreamwidth.net/tag/barbara+gordon",
      "visibility" : "public",
      "use_count" : 1,
      "name" : "barbara gordon"
   },


Maybe a leftover var dump?

Post a comment in response:

If you don't have an account you can create one now.
HTML doesn't work in the subject.
More info about formatting