Account Options

  1. Sign in
The old Google Groups will be going away soon, but your browser is incompatible with the new version.
Google Groups Home
« Groups Home
New functionalities in the API!
There are currently too many topics in this group that display first. To make this topic appear first, remove this option from another topic.
There was an error processing your request. Please try again.
flag
  4 messages - Collapse all  -  Translate all to Translated (View all originals)
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
frederic font corbera  
View profile  
 More options Mar 21 2012, 8:22 am
From: frederic font corbera <frederic.f...@gmail.com>
Date: Wed, 21 Mar 2012 13:22:28 +0100
Local: Wed, Mar 21 2012 8:22 am
Subject: New functionalities in the API!

Dear Freesound Api hackers,

if you have a look at the Api
documentation<http://www.freesound.org/docs/api/>you'll see we have
added a couple of new functionalities that can be useful
to you.

1) New 'sounds_per_page' parameter in any request returning a paginated
list of sounds: now you can specify the number of sounds you get in every
page of the response. For the moment there is a maximum of 100 sounds per
page (we don't want to saturate our servers!). The idea of this parameter
is to use it together with the 'fields' parameter (which allows you to ask
only for certain sound properties in the response, so you can say "give me
only sound preview urls" and then increase the number of sounds per page so
the overall volume of information is kept low). This way you can speed up
some tasks!

2) Bookmarks! now you can also get the list of sounds that a user has
bookmarked and its bookmark categories. This can be useful for example if
you want to create particular sets of sounds for you application and have
an easy way to access them (instead of saving a list of ids or something
like this).

Regarding the api clients, you'll have seen through this mailing list that
we now have a new php client implemented by nocive<https://github.com/nocive>(
http://www.freesound.org/docs/api/client_libs.html). Thank you very much
for the contribution!

You will also see that other clients have not been updated since the last
api release. We are on the process of rethinking a bit the implementation
of the api clients (specially the as3 and javascript) because we believe
they could be much more simpler, so we will be informing about that.
However, it is very easy to hack the clients and have access to these new
funcionalities, and if you are in trouble just write to this list!

Finally, we have many ideas of new functionalities for the api but don't
hesitate to send any ideas or comments to the list!

frederic
Freesound team


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Bram de Jong  
View profile  
 More options Mar 21 2012, 11:54 am
From: Bram de Jong <bram.dej...@gmail.com>
Date: Wed, 21 Mar 2012 16:54:14 +0100
Local: Wed, Mar 21 2012 11:54 am
Subject: Re: [freesound-api] New functionalities in the API!
On Wed, Mar 21, 2012 at 1:22 PM, frederic font corbera

<frederic.f...@gmail.com> wrote:

> You will also see that other clients have not been updated since the last
> api release. We are on the process of rethinking a bit the implementation of
> the api clients (specially the as3 and javascript) because we believe they
> could be much more simpler, so we will be informing about that. However, it
> is very easy to hack the clients and have access to these new
> funcionalities, and if you are in trouble just write to this list!

aaaand, if someone feels like helping with either the AS3 or
Javascript code, please let us know!

 - Bram


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
neatonk  
View profile  
 More options Apr 18 2012, 11:24 pm
From: neatonk <neat...@gmail.com>
Date: Wed, 18 Apr 2012 20:24:51 -0700 (PDT)
Local: Wed, Apr 18 2012 11:24 pm
Subject: Re: New functionalities in the API!

The 'sounds_per_page' parameter has been very useful to me thanks for this
addition. I've noticed however, that the 'next' field in the response does
not seem to work with this paremeter.

For example, If I request

http://www.freesound.org/api/packs/9133/sounds?api_key=...&sounds_per...

then it seems the 'next' url in the response should be...

http://www.freesound.org/api/packs/9133/sounds?api_key=...&sounds_per...

but instead it is...

http://www.freesound.org/api/packs/9133/sounds/?p=2

I was hoping to use the 'next' url to traverse each page and collect sound
id's and then download them.

Thanks,

Kevin


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
frederic font corbera  
View profile  
 More options Apr 23 2012, 6:05 am
From: frederic font corbera <frederic.f...@gmail.com>
Date: Mon, 23 Apr 2012 12:05:31 +0200
Local: Mon, Apr 23 2012 6:05 am
Subject: Re: [freesound-api] Re: New functionalities in the API!

Hi Kevin,

you're right!
This looks like a bug. We will look into as soon as possible!

Thanks for your feedback!

frederic

2012/4/19 neatonk <neat...@gmail.com>


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
End of messages
« Back to Discussions « Newer topic     Older topic »