![Create React App Officially Deprecated Amid React 19 Compatibility Issues](https://cdn.sanity.io/images/cgdhsj6q/production/04fa08cf844d798abc0e1a6391c129363cc7e2ab-1024x1024.webp?w=400&fit=max&auto=format)
Security News
Create React App Officially Deprecated Amid React 19 Compatibility Issues
Create React App is officially deprecated due to React 19 issues and lack of maintenance—developers should switch to Vite or other modern alternatives.
A Ruby wrapper for the AngelList REST APIs. See the YARD documentation for usage details.
gem install angellist_api
Some API endpoints require authentication. Register your app with AngelList to receive a bearer token and configure it as follows:
AngellistApi.configure do |config|
config.access_token = '<your token here>'
end
As bearer tokens are used, this library makes all requests over SSL. AngelList does permit unauthenticated requests over plain HTTP, but we make no distinction in this regard.
Run bundle
to install development dependencies, then run all specs with
rake
. See rake -T
for other possibilities.
Integration tests should run against the VCR cassettes included in the
repository out of the box. However, if you need to add new specs or change
existing ones, you'll need to use your own private OAuth token. To do so, you
can set an ANGELLIST_ACCESS_TOKEN
environment variable, or set this variable
through a Foreman-style .env
file in the project directory. VCR's
sensitive data filtering feature is used to prevent recording your private
token.
This means, though, that endpoints returning data specific to the
authenticated user, such as messages or the /me
endpoint, will require
fixtures to be manually edited and maintained so that tests do not rely on
real private information stored in the repository. The suggested workflow is
to simply record a request once, then edit the body of the response in the
cassette file, and set :record => :none
for the spec(s) to prevent
accidental overwrites when fixtures are updated en masse in the future.
bundle exec rake doc:yard
. If your changes are not 100% documented,
go back to step 4.bundle exec rake spec
. If your changes are not 100% covered, go back
to step 6.FAQs
Unknown package
We found that angellist_api demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 2 open source maintainers collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Create React App is officially deprecated due to React 19 issues and lack of maintenance—developers should switch to Vite or other modern alternatives.
Security News
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.
Security News
The Linux Foundation is warning open source developers that compliance with global sanctions is mandatory, highlighting legal risks and restrictions on contributions.