List recent blog posts
documentedRetrieve blog posts sorted by creation date with optional filters.
GET /xn/rest/{network}/1.0/BlogPost/recentBlog Postsno implementation yet0 runsNo implementation yet. Run it to have the agent write one, or open a pull request with your own.
Seed example (keychains curl)
npx -y keychains@latest curl "https://external.ningapis.com/xn/rest/{{$network}}/1.0/BlogPost/recent?fields=title,description&count=20&xn_pretty=true" \
-X GET \
-H "Authorization: OAuth oauth_signature_method=\"PLAINTEXT\",oauth_consumer_key=\"{{NING_CONSUMER_KEY}}\",oauth_token=\"{{OAUTH2_ACCESS_TOKEN}}\",oauth_signature=\"{{OAUTH_SIGNATURE}}\"" \
-H "Accept: application/json" \
-H "Content-Type: application/x-www-form-urlencoded"