Check resource availability
documentedReturns availability for a given time period.
Availabilityno implementation yet0 runs
No 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://www.planyo.com/rest/?method=is_resource_available&resource_id={{$resource_id}}&start_time={{$start_time}}&end_time={{$end_time}}&quantity={{$quantity}}&assignment1={{$assignment1}}&hash_timestamp={{$hash_timestamp}}&hash_key={{$hash_key}}&api_key={{PLANYO_API_KEY}}" \
-X GET \
-H "Accept: application/json"