forked from mkellerman/PSTwitterAPI
-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
Output Objects
The Twitter API outputs JSON objects natively.
See Twitter's Introduction to Tweet JSON for details.
- Should output objects still be JSON?
- Should output objects be PsCustomObject type?
- If so, should the base JSON object be included?
- Should output objects be custom classes?
- If so, should the base JSON object be included?
Output Streams
- How should errors be handled?
- Invoke-RestMethod produces errors, should they be suppressed and "cleaner" errors sent to the stream?
- Should Information stream be used?
Null Response
What happens when a request is made for a user/status/etc that does not exist or results is null?
- Should an error be returned?
- Should nothing be returned?
Metadata
Metadata
Assignees
Labels
No labels